Domain Setup
Add Your Domain in Vercel:
Go to your project dashboard in Vercel.
Click on Settings.
Under the Domains section, click Add.
Enter your custom domain (e.g.,
example.com
) and click Add Domain.
Configure Your Domain Provider:
You need to update your DNS records in your domain registrar’s settings to point to Vercel.
For Apex Domain (e.g., example.com
):
Create an A record in your DNS settings:
Hostname:
@
Value:
76.76.21.21
For Subdomains (e.g., www.example.com
):
Create a CNAME record:
Hostname:
www
Value:
cname.vercel-dns.com
Verify Your Domain in Vercel:
Return to your Vercel dashboard.
Click Verify next to your added domain.
Wait a few minutes for the DNS changes to propagate.
Last updated