Browse Source

way to prod 3

master
gsd 1 year ago
parent
commit
3c7a74fd5c
  1. 1
      vue.config.js

1
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": {

Loading…
Cancel
Save