From df27d3984e4777158f0ab57e8c427b024d96baca Mon Sep 17 00:00:00 2001 From: Wayne Hsu Date: Tue, 16 May 2023 05:28:33 +0800 Subject: [PATCH] v1.0.0 --- vue.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vue.config.js b/vue.config.js index c73f3af..e439226 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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" };