Skip to content

Commit

Permalink
has to start with /
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Oct 25, 2024
1 parent d8d5bd2 commit ad3f278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const router = createBrowserRouter([
},
], {
// Make it work on GitHub Pages
basename: "react-standalone",
basename: "/react-standalone",
});

function Root() {
Expand Down

0 comments on commit ad3f278

Please sign in to comment.