From 1fafe027e631587f80da1b411bcf331793420e01 Mon Sep 17 00:00:00 2001 From: Aidan Prior <49288764+aidanprior@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:36:34 -0400 Subject: [PATCH] Update vite.config.js --- launch-page/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch-page/vite.config.js b/launch-page/vite.config.js index b7acd05..056420c 100644 --- a/launch-page/vite.config.js +++ b/launch-page/vite.config.js @@ -3,6 +3,6 @@ import react from '@vitejs/plugin-react' // https://vite.dev/config/ export default defineConfig({ - base: '/TrailGuide.github.io/', + base: '/TrailGuideIO/', plugins: [react()], })