Update SubdomainPassport to render Index directly if not a subdomain request
cgen-7f02cec424564f958ff462b9e9117e0c
This commit is contained in:
parent
e88933f6b9
commit
86478acbdd
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import Layout from "@/components/Layout";
|
|||
import PassportSummary from "@/components/passport/PassportSummary";
|
||||
import ProjectPassport from "@/components/passport/ProjectPassport";
|
||||
import FourOhFourPage from "@/pages/404";
|
||||
import Index from "@/pages/Index";
|
||||
import type { AethexUserProfile } from "@/lib/aethex-database-adapter";
|
||||
|
||||
const API_BASE = import.meta.env.VITE_API_BASE || "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue