From: ArthurHoaro Date: Thu, 5 Nov 2020 16:44:33 +0000 (+0100) Subject: Webpack: fix vintage theme images include X-Git-Tag: v0.12.1^2~11^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=c61d8a85b7a8cb424e347625923d3293d334d3b0 Webpack: fix vintage theme images include --- 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', } } ],