From c0fdd8eea30167500443e2afa64e11dc61201622 Mon Sep 17 00:00:00 2001 From: "Anthony W. Weed" Date: Mon, 13 May 2024 21:43:19 -0400 Subject: [PATCH] Update vite.config.ts Signed-off-by: Anthony W. Weed --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/' })