base path

This commit is contained in:
Victor Batischev 2024-02-16 14:50:35 +03:00
parent 53307a0794
commit 83d2bed1d8

View File

@ -14,4 +14,5 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url)), '@': fileURLToPath(new URL('./src', import.meta.url)),
}, },
}, },
base: '/vue-health/',
}) })