From 9e7555fa4e5f8499eed03d936a7149ef2ecaa016 Mon Sep 17 00:00:00 2001 From: Altan S Date: Sun, 28 Nov 2021 20:48:00 +0100 Subject: [PATCH] Fix assets path for static images (#2864) --- bud.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bud.config.js b/bud.config.js index 6f6ede70..51f9c650 100644 --- a/bud.config.js +++ b/bud.config.js @@ -21,7 +21,7 @@ module.exports = async (config) => * These files should be processed as part of the build * even if they are not explicitly imported in application assets. */ - .assets(['assets/images']) + .assets(['resources/images']) /** * These files will trigger a full page reload