Wayne Hsu 3 years ago
parent 48ba1b0ed3
commit df27d3984e

@ -5,8 +5,7 @@ module.exports = {
publicPath: ["production", "u168", "stage", "slash"].includes(process.env.VUE_ENV)
? "/card"
: "/card",
outputDir:
["production", "u168", "slash".includes(process.env.VUE_ENV)
outputDir: ["production", "u168", "slash"].includes(process.env.VUE_ENV)
? "../api/public/card"
: "./dist",
: "./dist"
};

Loading…
Cancel
Save