Skip to content

Commit

Permalink
fix(routing): add basename to router & fix logo redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
mariamarinescu committed Jan 8, 2025
1 parent 9842c88 commit 408418e
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 @@ -11,7 +11,7 @@ function App() {
return (
<AnimatePresence>
<RecoilRoot key="anonymous">
<Router>
<Router basename="/ji-yun">
<Suspense fallback={<Loader />}>
<Routes />
</Suspense>
Expand Down

0 comments on commit 408418e

Please sign in to comment.