From 9717df84de763d175f8af7cae4c9023170920b69 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 6f6ede7..51f9c65 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