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 support for custom css per domain? #418

Open iamkoby opened 4 months ago

iamkoby commented 4 months ago

Root layout is in the app folder and there's no access to head in the domain level even though for all matters it should be the root layer.

iamkoby commented 4 months ago

@steven-tey this is such a basic functionality that couldn't find any solution for... wasted tens of hours on this... normally you would just edit the root layout but you can't include domain specific data in the root layout because domain is subfolder...

iamkoby commented 4 months ago

also can't revalidate cache on single domain...