Skip to content

Commit

Permalink
updated react router to use proper routes
Browse files Browse the repository at this point in the history
  • Loading branch information
agprett committed Dec 3, 2023
1 parent 9f9a741 commit 8f5c6f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bank-game",
"homepage": "https://agprett.github.io/bank-game",
"homepage": "https://agprett.github.io/bank-game/",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Provider } from 'react-redux'

const routes = createBrowserRouter([
{
path: '/',
path: '/bank-game',
element: <App />
},
{
Expand Down

0 comments on commit 8f5c6f0

Please sign in to comment.