From a504ce1ff245bdd8190caa3a11683c369c7fbc0b Mon Sep 17 00:00:00 2001 From: mworzala Date: Mon, 18 May 2026 17:04:06 -0400 Subject: [PATCH] chore: nothing change for preview --- web/src/main.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/src/main.tsx b/web/src/main.tsx index 5139e6d..4294eb0 100644 --- a/web/src/main.tsx +++ b/web/src/main.tsx @@ -30,9 +30,6 @@ const platform = { launchCode: createHashLaunchCodeSource(), } -// generouted's builds its own browser router with no basename, so it -// ignores Vite's `base`. Build the router ourselves from its exported route -// tree so client navigation works under the `/editor` subpath. const basename = import.meta.env.BASE_URL.replace(/\/$/u, '') || '/' const router = createBrowserRouter(routes, { basename })