Setup guide
How to connect a custom domain to Vercel.
A plain-English domain setup checklist for GitHub and Vercel static sites.
Checklist
- Add both the root domain and the www domain in Vercel.
- Use the DNS records Vercel gives you, commonly an A record for the root and a CNAME for www.
- Wait for DNS to settle, then test both http and https versions.
- Verify the final canonical version serves the newest deployed content.
Good habit: write down the verification check before you start. A workflow is not finished until the output is tested in the place where people will actually use it.