Domain Setup Guide
Connect wondr-wfriends.com to your Vercel deployment
Current Status: Pending DNS Configuration
Your Vercel deployment is live at the auto-generated URL. Follow the steps below to connect your custom domain.
Target: wondr-wfriends.com β VercelRequired DNS Records
| Type | Name | Value | TTL | Description |
|---|---|---|---|---|
| A | @ | 76.76.21.21 | Auto | Root domain record |
| CNAME | www | cname.vercel-dns.com | Auto | www subdomain record |
Step-by-Step Instructions
Add domain in Vercel Dashboard
Go to your Vercel project β Settings β Domains β Add Domain. Enter: wondr-wfriends.com
Log into your domain registrar
Access the DNS management panel of the registrar where you purchased wondr-wfriends.com (e.g., GoDaddy, Namecheap, Cloudflare, Google Domains).
Add the A Record
Create a new DNS record with the following values:
Type: A Name/Host: @ (or leave blank) Value/Points to: 76.76.21.21 TTL: Auto (or 3600)
Add the CNAME Record
Create another DNS record for the www subdomain:
Type: CNAME Name/Host: www Value/Points to: cname.vercel-dns.com TTL: Auto (or 3600)
Wait for DNS propagation
DNS changes typically propagate within 5β30 minutes, but can take up to 48 hours globally. Vercel will show a green checkmark once verified.
SSL Certificate (automatic)
Vercel automatically provisions a free SSL certificate via Let's Encrypt once the domain is verified. Your site will be live at https://wondr-wfriends.com
Need Help?
Vercel's documentation has registrar-specific guides for all major domain providers.
Vercel Domain Docs β