diff --git a/src/router/Router.tsx b/src/router/Router.tsx
index 6bacd6ee5f317fce0c91f74d9994cc927e2af4f0..8f819190fae44ed821ed5205c4ae773bf4ac721c 100644
--- a/src/router/Router.tsx
+++ b/src/router/Router.tsx
@@ -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 */}