We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea8135 commit a82982fCopy full SHA for a82982f
src/components/app.tsx
@@ -23,13 +23,13 @@ const App: FunctionalComponent = () => {
23
<div id="preact_root">
24
<Header />
25
<Router onChange={removeTrailingSlash}>
26
- <Home path="/" />
27
<AboutUs path="/about-us" />
28
<Canteen path="/canteen" />
29
<Membership path="/membership" />
30
<ScannerFeeds path="/live-feed"/>
31
<ShiftCalendar path="/shift-calendar" />
32
<Stations path="/stations" />
+ <Home exact path="/" />
33
<NotFoundPage default />
34
</Router>
35
<Footer />
0 commit comments