Custom domain

DNS records explained

Apex A record vs subdomain CNAME.

After adding your domain to learnfrom, you need to configure two kinds of DNS records at your domain registrar (Cloudflare, Namecheap, Google Domains, etc.). The exact records depend on whether you're using an apex domain or a subdomain.

Apex domain (e.g. yourbusiness.com)

Add an A record:

TypeNameValue
A@216.198.79.1

Subdomain (e.g. learn.yourbusiness.com)

Add a CNAME record:

TypeNameValue
CNAMElearncname.vercel-dns.com
Note:Use the exact Name field your registrar expects. Some use @ for the apex domain; others want you to leave the field blank.

Propagation time

DNS changes can take a few minutes to a few hours to propagate. Click Verify Domain on learnfrom periodically until the status flips to Active.