From c61d8a85b7a8cb424e347625923d3293d334d3b0 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 5 Nov 2020 17:44:33 +0100 Subject: Webpack: fix vintage theme images include --- webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index a4aa633e..2c316d32 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -142,7 +142,8 @@ module.exports = [ loader: 'file-loader', options: { name: '../img/[name].[ext]', - publicPath: '', + // do not add a publicPath here because it's already handled by CSS's publicPath + publicPath: '../vintage', } } ], -- cgit v1.2.3