From: ArthurHoaro Date: Thu, 5 Nov 2020 16:54:14 +0000 (+0100) Subject: Merge pull request #1626 from ArthurHoaro/fix/vintage-webpack X-Git-Tag: v0.12.1^2~11 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=48df9f45b8c4b2995c1e04146071628668531b37;hp=a5a4fb17930d82827d833ddf54b972581ec140ff;p=github%2Fshaarli%2FShaarli.git Merge pull request #1626 from ArthurHoaro/fix/vintage-webpack 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', } } ],