Add access to community and developer directory pages
Add route handling for nested community pages and the developer directory. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Event-Id: 5a023912-216b-4418-910a-e0e038199373 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
ad6d099b97
commit
c8d5fa5b42
2 changed files with 3 additions and 1 deletions
2
.replit
2
.replit
|
|
@ -42,7 +42,7 @@ localPort = 40437
|
|||
externalPort = 3001
|
||||
|
||||
[[ports]]
|
||||
localPort = 42569
|
||||
localPort = 42073
|
||||
externalPort = 3002
|
||||
|
||||
[deployment]
|
||||
|
|
|
|||
|
|
@ -587,6 +587,8 @@ const App = () => (
|
|||
/>
|
||||
</Route>
|
||||
<Route path="/tutorials" element={<Tutorials />} />
|
||||
<Route path="/community/*" element={<Community />} />
|
||||
<Route path="/developers" element={<DevelopersDirectory />} />
|
||||
<Route path="/blog" element={<Blog />} />
|
||||
<Route path="/blog/:slug" element={<BlogPost />} />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue