]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/webpack/common.js
Remove fixed relative path for assets
[github/wallabag/wallabag.git] / app / config / webpack / common.js
index 47113950bdcaf4d38fdce425f6593012cfce5cdf..233497fd7b8ce1eb29cd81d23e63898f0b781181 100644 (file)
@@ -14,7 +14,7 @@ module.exports = function () {
     output: {
       filename: '[name].js',
       path: path.resolve(rootDir, 'web/wallassets'),
-      publicPath: '/wallassets/',
+      publicPath: '',
     },
     plugins: [
       new webpack.ProvidePlugin({