Skip to content

Commit

Permalink
github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Oct 18, 2024
1 parent fc83337 commit d2f0b08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ const router = createBrowserRouter([
element: <Index.default />,
...Index,
},
{
path: 'react-standalone', // Make it work on GitHub Pages
element: <Index.default />,
...Index,
},
// Add other routes in here
// { path: 'blog/:id', element: <Blog.default />, ...Blog },
],
Expand Down

0 comments on commit d2f0b08

Please sign in to comment.