Connect a domain from Hover
Hover requires secondary authentication before DNS changes and rejects @ in CNAME host fields — use www as the hostname.
Record to create
| Field | Value |
|---|---|
| Type | CNAME |
| Hostname | www |
| Target Name | cname.vercel-dns.com |
Steps
- Sign in to the Hover control panel and complete 2FA when prompted.
- From the domain’s Overview page, open DNS.
- Pre-configuration check: Delete any legacy A or CNAME records for
www. - Click Add a record.
- Set Type to
CNAME. - In Hostname, enter
www. - In Target Name, enter
cname.vercel-dns.com. - Click Add Record.
Finish in Bool
- Add
www.yourdomain.comin your project’s Domains tab. - Click Refresh until status is Active.
- Visit
https://www.yourdomain.com.
Last updated on