Custom Domain Setup
Use your own domain (likechangelog.yourcompany.com) for a seamless brand experience.
Custom domains are available on the Pro and Business plans.
Setting up your custom domain
Add the domain in updates.page
Go to Settings → Portal → Domain Name and enter your full domain (e.g.,
changelog.yourcompany.com).Configure DNS
Add a CNAME record pointing to
cname.updates.page:| Type | Name | Value |
|---|---|---|
| CNAME | changelog | cname.updates.page |
DNS changes can take up to 48 hours to propagate, but usually complete within a few minutes.
DNS configuration by provider
Cloudflare
Cloudflare
- Go to your domain’s DNS settings
- Add a CNAME record:
- Name:
changelog(or your chosen subdomain) - Target:
cname.updates.page - Proxy status: DNS only (gray cloud)
- Name:
GoDaddy
GoDaddy
- Go to My Products → DNS
- Click Add under Records
- Select CNAME
- Enter:
- Host:
changelog - Points to:
cname.updates.page - TTL: 1 Hour
- Host:
Namecheap
Namecheap
- Go to Domain List → Manage → Advanced DNS
- Click Add New Record
- Select CNAME Record
- Enter:
- Host:
changelog - Value:
cname.updates.page - TTL: Automatic
- Host:
Route 53 (AWS)
Route 53 (AWS)
- Go to your hosted zone
- Click Create record
- Enter:
- Record name:
changelog - Record type: CNAME
- Value:
cname.updates.page - TTL: 300
- Record name:
Vercel
Vercel
- Go to your project’s Domains settings
- This is for your main site — for the changelog subdomain, configure in your domain registrar’s DNS settings
Troubleshooting
Domain won't verify
Domain won't verify
- Double-check the CNAME record is pointing to
cname.updates.page - Wait a few minutes for DNS propagation
- Use dnschecker.org to verify your DNS is propagated
SSL certificate not working
SSL certificate not working
- SSL provisioning can take up to 24 hours
- Ensure there’s no conflicting A record for the same subdomain
- If using Cloudflare, make sure proxy is disabled (gray cloud)
Getting a redirect loop
Getting a redirect loop
- If using Cloudflare, set SSL mode to “Full” or “Full (strict)”
- Disable any page rules that might interfere
Using a root domain
We recommend using a subdomain, but if you must use a root domain (yourcompany.com):
- Your DNS provider must support CNAME flattening (Cloudflare, Route 53)
- Create an ALIAS or CNAME record for
@pointing tocname.updates.page