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