From 1c0724a692852be4ab926a496e1395495f5385fd Mon Sep 17 00:00:00 2001 From: nickofolas Date: Wed, 13 Apr 2022 22:34:55 -0500 Subject: [PATCH] Fix theme browser assets --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index e2212c531..fa6b96960 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -167,6 +167,7 @@ module.exports = (env, argv) => { options: { name: "[contenthash].[ext]", outputPath: "images", + publicPath: `${outputDirectory}/images`, }, }, ],