X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=webpack.config.js;h=2c316d323fe0c757435cbee996d274ad1aa2bdb2;hb=b3bd8c3e8d367975980043e772f7cd78b7f96bc6;hp=a4aa633eb6ace028380d7bfbbf27495adafbeb55;hpb=5d8de7587d67b5c3e5d1fed8562d9b87ecde80c1;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', } } ],