From c8d5fa5b428b7c52ad9a2aadd61ad2e5fcf3e391 Mon Sep 17 00:00:00 2001 From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com> Date: Tue, 2 Dec 2025 22:03:17 +0000 Subject: [PATCH] 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 --- .replit | 2 +- client/App.tsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.replit b/.replit index 328b63cb..bcc55d1c 100644 --- a/.replit +++ b/.replit @@ -42,7 +42,7 @@ localPort = 40437 externalPort = 3001 [[ports]] -localPort = 42569 +localPort = 42073 externalPort = 3002 [deployment] diff --git a/client/App.tsx b/client/App.tsx index b0a1e588..0f436693 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -587,6 +587,8 @@ const App = () => ( /> } /> + } /> + } /> } /> } />