We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8adb3d0 + 835204b commit 2699d42Copy full SHA for 2699d42
public/img/artwork/system.svg
vue.config.js
@@ -1,6 +1,6 @@
1
const webpack = require('webpack')
2
module.exports = {
3
- publicPath:'/dsfr-chart/',
+ publicPath: '/',
4
configureWebpack: {
5
plugins: [
6
new webpack.optimize.LimitChunkCountPlugin({
@@ -14,4 +14,4 @@ module.exports = {
14
config => {
15
config.optimization.delete('splitChunks')
16
}
17
-}
+}
0 commit comments