vercel / platforms

A full-stack Next.js app with multi-tenancy and custom domain support. Built with Next.js App Router and the Vercel Domains API.
https://app.vercel.pub
5.73k stars 764 forks source link

Adding custom domains without relying on subdomains #399

Open karol-majewski opened 7 months ago

karol-majewski commented 7 months ago

The documentation mentions the possibility of adding custom domains this way:

<username>.yourdomain.dev to example.com or blog.example.com

However, some apps such as Paragraphs allow you to map custom domain to your profile within the same origin like that:

https://yourdomain.dev/@<username> to example.com or blog.example.com

Is this possible with Platforms Starter Kit?