Skip to main content

Configure Custom Url Using Go Daddy

Go Daddy DNS Settings

TypeKeyValue
A@185.199.108.153
A*185.199.108.153
CNAMEwwwyoururl.com
CNAME_domainconnect_domainconnect.gd.domaincontrol.com

GitHub Pages

In Settings > Pages Add Custom Domain Url

Docusaurus Config

url: https://yoururl.com baseUrl: /

Comment out:
organizationName: projectName:

Add CName file

This CName file is needed, otherwise GitHub will revert your site back to its default .io url.

Create new file:
static/CNAME

In it, add your url:
yoururl.com

Note: http prefix isn't needed.