diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2017-12-20 21:53:11 +0100 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2017-12-20 21:53:48 +0100 |
commit | e8694faad64502f6f20526bb2505de69032ed4a8 (patch) | |
tree | 0d6ced87f87c5293cfa844de387c18db0733ef9f /app/config | |
parent | 887073dedc0aea5c63f5d2656b0e88b97d1493d8 (diff) | |
download | wallabag-e8694faad64502f6f20526bb2505de69032ed4a8.tar.gz wallabag-e8694faad64502f6f20526bb2505de69032ed4a8.tar.zst wallabag-e8694faad64502f6f20526bb2505de69032ed4a8.zip |
Remove fixed relative path for assets
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/webpack/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/webpack/common.js b/app/config/webpack/common.js index 47113950..233497fd 100644 --- a/app/config/webpack/common.js +++ b/app/config/webpack/common.js | |||
@@ -14,7 +14,7 @@ module.exports = function () { | |||
14 | output: { | 14 | output: { |
15 | filename: '[name].js', | 15 | filename: '[name].js', |
16 | path: path.resolve(rootDir, 'web/wallassets'), | 16 | path: path.resolve(rootDir, 'web/wallassets'), |
17 | publicPath: '/wallassets/', | 17 | publicPath: '', |
18 | }, | 18 | }, |
19 | plugins: [ | 19 | plugins: [ |
20 | new webpack.ProvidePlugin({ | 20 | new webpack.ProvidePlugin({ |