From 335399928f6499dc1a2c25c04bfadef62ce14b41 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 9 Nov 2025 09:34:18 +0000 Subject: [PATCH] completionId: cgen-a4ca129507354e9f99ab11595354c6d7 cgen-a4ca129507354e9f99ab11595354c6d7 --- client/App.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index 7033eae3..721468d9 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -381,6 +381,17 @@ const App = () => ( } /> } /> + {/* Docs routes */} + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + {/* Explicit 404 route for static hosting fallbacks */} } /> {/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */}