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/' })