From 3e0186d4cab921a96fbff3d9eb10d1416263b512 Mon Sep 17 00:00:00 2001 From: Colin Brooks Date: Thu, 27 Jun 2024 11:07:46 -0400 Subject: [PATCH] build: add vite base --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index f0078e4..39e759e 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,4 +7,5 @@ export default defineConfig({ server: { port: 3000, }, + base: "/calendar", });