From 143976583e7ca10480e03403629726986b8c3e05 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 04:23:23 +0000 Subject: [PATCH] Consolidate /developers and /community routes into /foundation/community cgen-fd0ad94209be42f1815faa5444299c3f --- client/App.tsx | 69 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 44 insertions(+), 25 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index c8a0fa68..76b89b3d 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -213,17 +213,52 @@ const App = () => ( element={} /> + {/* Foundation Community Hub - Consolidated from /developers and /community */} } + /> + } /> + } + /> + } + /> + } + /> + } + /> + } + /> + } + /> + + {/* Legacy redirects for backwards compatibility */} + } + /> } + element={} /> } + element={} /> ( } /> } /> } /> - } /> + + {/* Legacy /community redirect to /foundation/community */} } + path="/community" + element={} /> } + path="/community/:tabId" + element={} /> - } - /> - } - /> - } - /> - } - /> - } /> {/* Ethos Guild Routes */} } />