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.62k stars 734 forks source link

Run starter kit at subdomain and use apex domain for homepage #413

Open SteveTro opened 3 months ago

SteveTro commented 3 months ago

I am currently using the Platform Kit to develop a platform solution. I have successfully set everything up on Vercel, connected my domain, and the page is reachable at app.example.com.

However, I encountered an issue after changing the NS records from my web host to Vercel. Previously, I was using example.com for a WordPress site hosted on my web host. Since updating the NS records to Vercel, the WordPress site is no longer reachable, and example.com is now redirecting to the home directory of the web app.

Could you please advise on how I can achieve the following:

Would be nice if someone has an hit for me