Domain Setup

Add Your Domain in Vercel:

  1. Go to your project dashboard in Vercel.

  2. Click on Settings.

  3. Under the Domains section, click Add.

  4. 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):

  1. Create an A record in your DNS settings:

    • Hostname: @

    • Value: 76.76.21.21

For Subdomains (e.g., www.example.com):

  1. Create a CNAME record:

    • Hostname: www

    • Value: cname.vercel-dns.com


Verify Your Domain in Vercel:

  1. Return to your Vercel dashboard.

  2. Click Verify next to your added domain.

  3. Wait a few minutes for the DNS changes to propagate.

Last updated