Skip to content
Snippets Groups Projects
Commit 2d1fa3bf authored by Matthias Stefan Bodenbenner's avatar Matthias Stefan Bodenbenner
Browse files

Update Router.tsx

parent 4aab2ac8
No related branches found
No related tags found
No related merge requests found
Pipeline #517750 canceled
......@@ -7,7 +7,7 @@ import routes from './routes';
function Router(): JSX.Element {
return (
// Set up the BrowserRouter with the basename
<BrowserRouter basename={'/soil'}>
<BrowserRouter basename={'/'}>
{/* Use a Switch to render only the first matching route */}
<Switch>
{/* Define a route for each path in the routes array */}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment