Skip to content

Commit

Permalink
app basename
Browse files Browse the repository at this point in the history
  • Loading branch information
avo committed Oct 27, 2024
1 parent 06cc6fc commit 5ad6cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const router = createBrowserRouter(
path: '/',
},
],
{ basename: import.meta.env.DEV ? '/' : '/gio/' }
{ basename: import.meta.env.DEV ? '/' : '/' }
);

function App() {
Expand Down

0 comments on commit 5ad6cbe

Please sign in to comment.