-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom domain #128
Comments
https://www.whatsmydns.net/#CNAME/www.drupalatyourfingertips.com https://www.whatsmydns.net/#A/www.drupalatyourfingertips.com |
ok, I got it no longer complaining about the DNS check but now the site is all kinda goofy! I wonder if there is some hardcoded reference to github.com in the styling stuff... |
ok, changed the base in config.mjs and that seems to have fixed it. |
@selwynpolit Everything seems to be working well, are there any other possible questions? After changing the domain, you will need to update the link to the site on the GitHub repository page as well as in the README file. An interesting thing that I noticed is that after changing the base in the configuration, forks running on github domains may be affected. I think this should be noted somewhere. |
Thanks @maks-oleksyuk Do you think we need to do anything with this? #127 |
Changing the key in the You also need to specify that PRs should not change the |
In trying to setup a custom domain: www.drupalatyourfingertips.com, I've hit a few snags
Following the instructions at:
https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site#configuring-an-apex-domain-and-the-www-subdomain-variant
It suggests:
Note: Setting up a www subdomain alongside an apex domain is recommended for HTTPS secured websites.
I've setup the CNAME record and the apex domain so I get
dig +short www.drupalatyourfingertips.com CNAME
selwynpolit.github.io.
dig +short drupalatyourfingertips.com A
185.199.111.153
185.199.109.153
185.199.110.153
185.199.108.153
This seems sane but somehow when I try to set the domain as www.drupalatyourfingertips.com Github barfs and reports:
DNS check unsuccessful
Both drupalatyourfingertips.com and its alternate name are improperly configured
Domain does not resolve to the GitHub Pages server. For more information, see documentation (NotServedByPagesError).
@maks-oleksyuk Any thoughts on this?
The text was updated successfully, but these errors were encountered: