From 598aede4562158febd7394e82fbdbd3e0f9d1b8f Mon Sep 17 00:00:00 2001 From: Eli <78963198+niceEli@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:56:42 -0400 Subject: [PATCH] Update vite.config.mts --- vite.config.mts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vite.config.mts b/vite.config.mts index 8bba4dc..f8d7ae1 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -13,4 +13,5 @@ export default defineConfig({ chunkSizeWarningLimit: 10000, sourcemap: "inline", }, -}); \ No newline at end of file + base: "./", +});