mirror of
https://github.com/Tomato6966/investment-portfolio-simulator.git
synced 2025-04-04 13:50:35 +02:00
add basename
This commit is contained in:
parent
1a89ea6215
commit
292fc08b6c
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ import App from "./App.tsx";
|
|||
import { DarkModeProvider } from "./providers/DarkModeProvider.tsx";
|
||||
|
||||
// Let App handle the route definitions
|
||||
const router = createBrowserRouter(App);
|
||||
const router = createBrowserRouter(App, {
|
||||
basename: "/investment-portfolio-simulator"
|
||||
});
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root')!).render(
|
||||
<React.StrictMode>
|
||||
|
|
Loading…
Add table
Reference in a new issue