diff --git a/vue.config.js b/vue.config.js index 039f70e..bc5149a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,7 +1,6 @@ const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, - publicPath: process.env.NODE_ENV === "production" ? "/new/" : "/", devServer: { proxy: { "/api": {