Fix assets path for static images (#2864)

This commit is contained in:
Altan S
2021-11-28 20:48:00 +01:00
committed by GitHub
parent 174c64f261
commit 9717df84de

View File

@@ -21,7 +21,7 @@ module.exports = async (config) =>
* These files should be processed as part of the build * These files should be processed as part of the build
* even if they are not explicitly imported in application assets. * even if they are not explicitly imported in application assets.
*/ */
.assets(['assets/images']) .assets(['resources/images'])
/** /**
* These files will trigger a full page reload * These files will trigger a full page reload