diff --git a/vue.config.js b/vue.config.js index 580a145..703ed2c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,7 @@ function resolve(dir) { } module.exports = { - publicPath: '/tduck-front', + publicPath: '/', lintOnSave: process.env.NODE_ENV === 'development', productionSourceMap: false, devServer: {