From 3c7a74fd5c014da6a80250df449e3defd71c48ec Mon Sep 17 00:00:00 2001 From: gsd Date: Mon, 16 Oct 2023 19:52:16 +0300 Subject: [PATCH] way to prod 3 --- vue.config.js | 1 - 1 file changed, 1 deletion(-) 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": {