Connect a domain from Namecheap
Namecheap separates basic domain management from zone editing. Pointing at Bool requires the Advanced DNS tab.
Official Namecheap help: How do I set up host records for a domain?
Record to create
| Field | Value |
|---|---|
| Type | CNAME Record |
| Host | www |
| Value / Target | cname.vercel-dns.com |
| TTL | Automatic |
Steps
- Sign in to Namecheap and open Domain List from the left sidebar.
- Click Manage next to your domain.
- Open the Advanced DNS tab.
- Pre-configuration check: In Host Records, delete any default parking record or existing
wwwrecord. - Click Add New Record.
- Choose CNAME Record.
- In Host, enter
www. - In Value (or Target), enter
cname.vercel-dns.com. - Leave TTL on Automatic.
- Click the green checkmark on the right to save the row.
Finish in Bool
- Add
www.yourdomain.comin your project’s Domains tab (if you haven’t already). - Click Refresh until status is Active.
- Open
https://www.yourdomain.com.
Last updated on