diff --git a/frontend/vue.config.js b/frontend/vue.config.js index d5c1c0c6..d28b6c52 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -14,5 +14,6 @@ module.exports = { }, // Change build paths to make them Maven compatible // see https://cli.vuejs.org/config/ - outputDir: 'target/dist' + outputDir: 'target/dist', + assetsDir: 'static' }