]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - webpack.config.js
Merge pull request #1698 from ArthurHoaro/feature/plugins-search-filter
[github/shaarli/Shaarli.git] / webpack.config.js
index a4aa633eb6ace028380d7bfbbf27495adafbeb55..2c316d323fe0c757435cbee996d274ad1aa2bdb2 100644 (file)
@@ -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',
               }
             }
           ],