Skip to content

Commit 0b5bf01

Browse files
committed
Add optional trailing slash?
1 parent 6b07b7d commit 0b5bf01

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/app.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ const App: FunctionalComponent = () => {
1818
<Header />
1919
<Router>
2020
<Home path="/" />
21-
<AboutUs path="/about-us" />
22-
<Canteen path="/canteen" />
23-
<Membership path="/membership" />
24-
<ScannerFeeds path="/live-feed"/>
25-
<ShiftCalendar path="/shift-calendar" />
26-
<Stations path="/stations" />
21+
<AboutUs path="/about-us(/)" />
22+
<Canteen path="/canteen(/)" />
23+
<Membership path="/membership(/)" />
24+
<ScannerFeeds path="/live-feed(/)"/>
25+
<ShiftCalendar path="/shift-calendar(/)" />
26+
<Stations path="/stations(/)" />
2727
<NotFoundPage default />
2828
</Router>
2929
<Footer />

0 commit comments

Comments
 (0)