From e88933f6b9499591f198f7a89b6c33d096c3b197 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 01:27:32 +0000 Subject: [PATCH] Remove duplicate route and keep proper SubdomainPassport handling cgen-39e3882300204abb9ed9745894a418bb --- client/App.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index e7752862..78f3c3c6 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -183,9 +183,8 @@ const App = () => ( - {/* Subdomain Passport (aethex.me and aethex.space) - must be before Index route */} + {/* Subdomain Passport (aethex.me and aethex.space) handles its own redirect if not a subdomain */} } /> - } /> } /> } /> } />