Guides / Connect a Vercel project
Connect a Vercel project
One CNAME, then add the domain in your Vercel dashboard.
One-click setup. Signed in? Open your subdomain's DNS page and press
Apply under Vercel — it adds these records for you.
Go to dashboard →
Step 1 — Add the domain in Vercel
Open your project → Settings → Domains and add
www.myname.ajaira.site. Vercel shows you the record it expects.
Step 2 — Add the CNAME
| Type | Name | Value |
|---|---|---|
| CNAME | www | cname.vercel-dns.com |
Vercel provisions its own certificate by completing an ACME challenge against the hostname, so nothing else is needed from you here.
Step 3 — Wait for verification
Vercel's dashboard flips to Valid Configuration once it sees the record. If Vercel shows a different value than the one above, trust Vercel — it varies by account.