diff --git a/vue.config.js b/vue.config.js index bef4973..d81e9d4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,5 @@ const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, - publicPath: process.env.NODE_ENV === 'production' ? '/Tone_WebClient/' : '/' + publicPath: process.env.NODE_ENV === 'production' ? '/ToneAPI_webclient/' : '/' })