X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=webpack.config.js;h=2c316d323fe0c757435cbee996d274ad1aa2bdb2;hb=e570cc8b1aac8ce879987594e6cb6a048ff83186;hp=a4aa633eb6ace028380d7bfbbf27495adafbeb55;hpb=b2b5ef3122e23ab68c5640aabfad5c7b0256cc04;p=github%2Fshaarli%2FShaarli.git 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', } } ],