Add blog post route
cgen-72a59be8a52f47ce88e4bb82dfd7ed51
This commit is contained in:
parent
d664ab648b
commit
9a146084cb
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ const App = () => (
|
|||
</Route>
|
||||
<Route path="/tutorials" element={<Tutorials />} />
|
||||
<Route path="/blog" element={<Blog />} />
|
||||
<Route path="/blog/:slug" element={<BlogPost />} />
|
||||
<Route path="/community" element={<Community />} />
|
||||
<Route path="/support" element={<Support />} />
|
||||
<Route path="/status" element={<Status />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue