Skip to content

Commit

Permalink
chore: test hard-coded subpath in Forum
Browse files Browse the repository at this point in the history
  • Loading branch information
YHhaoareyou committed Sep 23, 2023
1 parent fb5f8eb commit a2032a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/forum/src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ const InnerApp = () => {
element={<Board triggerRefresh={refresh} setBoard={setBoard} />}
path="forum"
/>
<Route
element={<Board triggerRefresh={refresh} setBoard={setBoard} />}
path="forum/academic"
/>
<Route
element={<Board triggerRefresh={refresh} setBoard={setBoard} />}
path="forum/:boardSlug"
Expand Down

0 comments on commit a2032a4

Please sign in to comment.