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