Skip to content

Commit

Permalink
feat: add basename
Browse files Browse the repository at this point in the history
  • Loading branch information
esaminu committed Aug 22, 2023
1 parent b9eb604 commit f205f00
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 @@ -58,7 +58,7 @@ export default function App() {
return (
<>
{/* <GlobalStyle /> */}
<Router>
<Router basename="fastauth">
<RemoveTrailingSlash />
<Routes>
<Route path="/">
Expand Down

0 comments on commit f205f00

Please sign in to comment.