Skip to content

Commit

Permalink
Merge pull request #32 from TusharSSurve/test
Browse files Browse the repository at this point in the history
[test] : gh pages issue#3
  • Loading branch information
TusharSSurve authored May 6, 2024
2 parents 72b52f1 + f84ba2e commit 3099db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const App = () => {
return <BrowserRouter basename="/portfolio">
<Routes>
<Route path="/" element={<Root />}>
<Route index element={<Homepage />} />
<Route path="read-books" element={<BookReads />} />
<Route index path="/" element={<Homepage />} />
<Route path="/read-books" element={<BookReads />} />
<Route path="*" element={<ErrorPage />} />
</Route>
</Routes>
Expand Down

0 comments on commit 3099db2

Please sign in to comment.