Skip to content

Commit

Permalink
update router basename
Browse files Browse the repository at this point in the history
  • Loading branch information
devsdenepal committed Oct 14, 2024
1 parent 80c17b4 commit 0021aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const App = () => {
}

return (
<Router>
<Router basename='/osint-profiler/'>
<Navbar />
<Routes>
<Route path="/" element={<Home />} />
Expand Down

0 comments on commit 0021aa9

Please sign in to comment.