Skip to content

Commit

Permalink
fixed routing
Browse files Browse the repository at this point in the history
  • Loading branch information
goldminer127 committed Feb 13, 2024
1 parent 7d7b859 commit 62f3439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function App() {

return (
<div className="App">
<Router>
<Router basename="/UAlbany-IEEE-2023-Website">
<Routes>
<Route path="" element={<Home/>}/>
<Route path="/about" element={<About/>}/>
Expand Down

0 comments on commit 62f3439

Please sign in to comment.