We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17403ea commit 1214baaCopy full SHA for 1214baa
1 file changed
Eplant/main.tsx
@@ -67,7 +67,7 @@ const router = createBrowserRouter([
67
],
68
errorElement: <ErrorBoundary></ErrorBoundary>,
69
},
70
-])
+], { basename: import.meta.env.BASE_URL ?? '/' })
71
72
export const queryClient = new QueryClient()
73
0 commit comments