From 77b14bd1dd2329dbdefb1c788596850a96d370a7 Mon Sep 17 00:00:00 2001 From: mehm8128 Date: Wed, 7 Jun 2023 20:16:55 +0900 Subject: [PATCH] fix base --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 4ac4486..6626291 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -12,5 +12,5 @@ export default defineConfig({ '@': fileURLToPath(new URL('./src', import.meta.url)) } }, - base: '/naro-template/' + base: '/naro-template-frontend/' })