Skip to content

Commit

Permalink
rename agenda basename
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlivino committed Sep 10, 2024
1 parent a3bd141 commit 878db22
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 @@ -4,7 +4,7 @@ import { AppRoutes } from "./routes";
function App() {
return (
<>
<BrowserRouter>
<BrowserRouter basename="/agenda">
<AppRoutes />
</BrowserRouter>
</>
Expand Down

0 comments on commit 878db22

Please sign in to comment.