updating basename path

This commit is contained in:
2025-09-18 15:49:33 +01:00
parent 24fa924a6e
commit 6773a92d14
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ Modal.setAppElement("#root");
createRoot(document.getElementById("root")!).render(
<StrictMode>
<QueryClientProvider client={queryClient}>
<BrowserRouter>
<BrowserRouter basename="/index">
<App />
</BrowserRouter>
</QueryClientProvider>