diff --git a/vite.config.ts b/vite.config.ts index 5c43948..5bc3649 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -13,5 +13,5 @@ export default defineConfig({ } } }, - base: './doom-roulette/' + base: '/doom-roulette/' })