diff --git a/vite.config.ts b/vite.config.ts index 882bd39..88578f2 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -14,4 +14,5 @@ export default defineConfig({ '@': fileURLToPath(new URL('./src', import.meta.url)), }, }, + base: '/vue-health/', })