From 9618b40c044a05f33bfb41822d471b7640b54776 Mon Sep 17 00:00:00 2001 From: Kangnets Date: Thu, 29 Aug 2024 17:58:47 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20test=20=EB=B0=B0=ED=8F=AC=20404=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index ecabb27e..4e1f24be 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,4 +9,5 @@ export default defineConfig({ '@': path.resolve(__dirname, './src'), }, }, + base: '/homepage-frontend/', // Ensure this matches your actual deployment subdirectory });