Docs / Guides / Vercel
Vercel
you.runs-on.dev serving a Vercel project, over HTTPS, via CNAME.
The record
domains/you.json
"records": { "CNAME": "cname.vercel-dns.com" }cname.vercel-dns.com is the fixed target Vercel uses for every custom domain, not something specific to your project.
Steps
- Fork the registry and edit
domains/you.jsonto the record above. - Open a pull request. Once merged, the CNAME is synced to DNS automatically.
- In the Vercel dashboard: your project → Settings → Domains → add
you.runs-on.dev. Vercel shows this exactcname.vercel-dns.comtarget when it asks you to configure DNS, confirming there is nothing else to add.
How to tell it worked
The Domains tab in Vercel shows a green "Valid Configuration" once DNS has propagated and the certificate is issued, usually within a few minutes of the pull request merging. Visiting https://you.runs-on.dev should then serve your project.