From d3c18a648b6a0945a41647c712530b9137ee2a71 Mon Sep 17 00:00:00 2001 From: mirumi Date: Sun, 13 Feb 2022 11:32:14 +0900 Subject: [PATCH] [revert] : baseURL --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index e8babb0..c33926c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,6 +7,6 @@ module.exports = { }, }, publicPath: process.env.NODE_ENV === "prd" - ? "https://mirumi.me/apps/yourcat/" + ? "/apps/yourcat/" : "/", };