diff --git a/vue.config.js b/vue.config.js index dbe1fa0..d953f36 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,7 @@ const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, + publicPath: '', });