diff --git a/vue.config.js b/vue.config.js index bcd0023..53a00b2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -48,7 +48,7 @@ module.exports = { outputDir: 'Kvue', productionSourceMap: false, assetsDir: 'assets', - publicPath: process.env.NODE_ENV === 'production' ? './Kvue' : '/', + publicPath: process.env.NODE_ENV === 'production' ? './' : '/', devServer: { open: true, overlay: {