From 8afa3673cb24876d5b1b24280104d6ba074705ae Mon Sep 17 00:00:00 2001 From: jschoi Date: Fri, 1 Aug 2025 18:13:39 +0900 Subject: [PATCH] =?UTF-8?q?[MOD]=20=EB=B0=B0=ED=8F=AC=20=EC=84=B1=EA=B3=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.mjs b/vite.config.mjs index a94c4b5..cf571b8 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -15,7 +15,7 @@ import { fileURLToPath, URL } from "node:url"; // https://vitejs.dev/config/ export default defineConfig({ // 배포할때는 주석 풀기 - // base: "/autoflow/", + base: "/autoflow/", plugins: [ VueRouter(), Layouts(),