Skip to content

Commit 2699d42

Browse files
Merge pull request #13 from GouvernementFR/fix/webpack-config
fix(config): update publicpath
2 parents 8adb3d0 + 835204b commit 2699d42

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

public/img/artwork/system.svg

Lines changed: 0 additions & 11 deletions
This file was deleted.

vue.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const webpack = require('webpack')
22
module.exports = {
3-
publicPath:'/dsfr-chart/',
3+
publicPath: '/',
44
configureWebpack: {
55
plugins: [
66
new webpack.optimize.LimitChunkCountPlugin({
@@ -14,4 +14,4 @@ module.exports = {
1414
config => {
1515
config.optimization.delete('splitChunks')
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)