How to Add a Custom Domain to Your Site
Open your site editor and go to the Domains page.
Click the Add a custom domain button.
Enter your domain address in the popup window.
If you haven’t already done so, update your DNS settings with your domain hosting provider. This step is required to connect your domain to your site.
⚠️IMPORTANT: You need to change your DNS records through your domain registrar's (GoDaddy, Namecheap, Google Domains, etc) or DNS provider's (Cloudflare, Netlify, etc) website.
Update your DNS settings at your domain provider
Below you can find the DNS settings you need to include on your domain registrar (GoDaddy, Namecheap, Google Domains, etc.)
Root domain records
For a root domain like example.com you'll need to add the following records:
Type | Name | Value |
A | @ | 76.76.21.21 |
CNAME | www |
Subdomain records
For a subdomain like blog.example.com add this record:
Type | Name | Value |
CNAME | (your subdomain) |
⚠️Make sure to remove any old A records or AAAA records for your root domain or old CNAME entries for www in your DNS settings if your provider does not do this automatically.

