diff --git a/src/App.tsx b/src/App.tsx index d7817bf..10d2f99 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -39,7 +39,7 @@ const router = createBrowserRouter( path: '/', }, ], - { basename: import.meta.env.DEV ? '/' : '/gio/' } + { basename: import.meta.env.DEV ? '/' : '/' } ); function App() {