Kind: Function
Source: atloria-monorepo/apps/web/src/app/customdomain/[host]/[...path]/page.tsx
Custom-domain path handler (docs.customer.com/audience/document)
Middleware rewrites docs.customer.com/developers/getting-started → /customdomain/docs.customer.com/developers/getting-started
Resolves host → slugId, then redirects to /p/[slugId]/[...path]
Signature
tsasync function CustomDomainPathPage({ params }: CustomDomainPathPageProps)
Parameters
| Name | Type |
|---|---|
{ params } | CustomDomainPathPageProps |
Was this page helpful?