From 932775c489938c7efb615c3f0f8946ceb03ec7c0 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 01:27:28 +0000 Subject: [PATCH] Add SubdomainPassport route to handle aethex.me and aethex.space domains cgen-4f7cb6c59da8436687d0c33a21b3aa22 --- client/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index 56d1cb65..e7752862 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -183,6 +183,8 @@ const App = () => ( + {/* Subdomain Passport (aethex.me and aethex.space) - must be before Index route */} + } /> } /> } /> } />