This commit is contained in:
hsueh chiahao
2025-09-25 17:40:35 +08:00
parent b091693221
commit 98dac11ece
3 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import "./index.css";
createRoot(document.getElementById("root")!).render(
<StrictMode>
<BrowserRouter>
<BrowserRouter basename={import.meta.env.BASE_URL}>
<App />
<Toaster />
</BrowserRouter>