I have added a custom dns into GItHub Pages and couple of records in my GoDaddy dns provider. GitHub shows that it’s ok but when I am entering into my site in the new domain - I don’t get any resource.
Do you know what shall I do in that case?
Here is my toml file:
baseURL = ‘A Journey Through Code and Serenity’
languageCode = ‘en-us’
title = ‘A Journey Through Code and Serenity’
theme = ‘hugo-coder’
Shall I change this baseURL to the new domain?
If yes - shall it be with /my-website/ or not?