Kind: Function
Source: atloria-monorepo/apps/web/src/app/subdomain/[slug]/page.tsx
Subdomain entry point for *.atloria.app
The middleware rewrites myapp.atloria.app/* → /subdomain/myapp/* This page resolves the slug to a slugId via the API, then redirects to the existing /p/[slugId] routes which handle all the rendering.
Signature
tsasync function SubdomainPage({ params }: SubdomainPageProps)
Parameters
| Name | Type |
|---|---|
{ params } | SubdomainPageProps |
Was this page helpful?