From 37dacda72d2276675d75dc3fc71e5763abe2fc70 Mon Sep 17 00:00:00 2001 From: Andrew Li Date: Sun, 19 Jan 2025 14:26:50 -0600 Subject: [PATCH] update vite.config.ts --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index e2f2f18..573933d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ - base: "/website2025/", + base: "/", plugins: [react()], css: { preprocessorOptions: {