Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
majkeloess committed Feb 17, 2024
1 parent 55339b2 commit 10e101f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function App() {
<DataFetcher />
<Routes>
<Route
path="/"
path="/nobelPrize/"
element={
<div className="flex flex-col gap-5 align-middle items-center justify-center ">
<Img />
Expand All @@ -55,6 +55,7 @@ function App() {
}
/>
<Route path="/nobelPrize/prize/:year" element={<Year />} />

{/* <Route path="*" element={<ErrorPage />} />
<Route path="/error" element={<ErrorPage />} /> */}
</Routes>
Expand Down

0 comments on commit 10e101f

Please sign in to comment.