Skip to content

Commit

Permalink
proper homepage url
Browse files Browse the repository at this point in the history
  • Loading branch information
web-cop committed Apr 21, 2024
1 parent f519e8b commit 0137170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ function App() {
<div class={styles.app}>
<Navigation/>
<Router>
<Route path="/" component={() => <Navigate href={"/crux-diagrams/metric/ttfb"} />} />
<Route path="/crux-diagrams/" component={() => <Navigate href={"/crux-diagrams/metric/ttfb"} />} />
<Route path="/" component={() => <Navigate href={"/crux-diagrams/metric/experimental_time_to_first_byte"} />} />
<Route path="/crux-diagrams/" component={() => <Navigate href={"/crux-diagrams/metric/experimental_time_to_first_byte"} />} />
<Route path="/crux-diagrams/metric/:metric" component={MetricPage} />
<Route path="/crux-diagrams/competition" component={CompetitionPage} />
</Router>
Expand Down

0 comments on commit 0137170

Please sign in to comment.