Skip to content

Commit

Permalink
baseurl router
Browse files Browse the repository at this point in the history
  • Loading branch information
Kexogg committed Feb 18, 2024
1 parent ae30985 commit 845008d
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 (
<BrowserRouter>
<BrowserRouter basename={'/66bit-frontend'}>
<Routes>
<Route path="/" element={<Layout />}>
<Route path="/" element={<Home />} />
Expand Down

0 comments on commit 845008d

Please sign in to comment.