diff --git a/client/App.tsx b/client/App.tsx index 0f488b9e..2a19b4f6 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -192,9 +192,10 @@ const App = () => ( path="/dashboard/nexus" element={} /> + {/* Labs Dashboard redirects to aethex.studio */} } + element={} /> {/* GameForge Dashboard redirects to Foundation (Non-Profit Program) */} ( /> } /> - {/* New Arm Landing Pages */} - } /> - } - /> - } - /> - } - /> + {/* Labs redirects to aethex.studio (Skunkworks R&D) */} + } /> + } /> {/* GameForge redirects to aethex.foundation/gameforge (Non-Profit Program - Axiom Model) */} } /> diff --git a/replit.md b/replit.md index a52b8bd6..2a37930d 100644 --- a/replit.md +++ b/replit.md @@ -30,7 +30,8 @@ The monolith (`aethex.dev`) implements split routing to enforce legal separation | `/foundation/*` | `https://aethex.foundation` | Non-Profit (Guardian) | **Redirect** | | `/gameforge/*` | `https://aethex.foundation/gameforge` | Non-Profit (Program) | **Redirect** | | `/dashboard/gameforge` | `https://aethex.foundation/gameforge/dashboard` | Non-Profit | **Redirect** | -| `/labs/*` | stays on `aethex.dev` | For-Profit (Skunkworks) | Local | +| `/labs/*` | `https://aethex.studio` | For-Profit (Skunkworks) | **Redirect** | +| `/dashboard/labs` | `https://aethex.studio/dashboard` | For-Profit (Skunkworks) | **Redirect** | | `/nexus/*` | stays on `aethex.dev` | For-Profit (Monetization) | Local | | `/corp/*` | stays on `aethex.dev` | For-Profit (Services) | Local |