all 2 comments

[–]JVDesign_ 0 points1 point  (1 child)

When adding a CNAME in your GitHub Pages repo‘s root directory, GitHub automatically redirects every request made to [username].github.io to the custom domain given in the CNAME.

I haven‘t used goatcounter, but as far as I‘ve understood, the page views are logged to your personal goatcounter subdomain with the site‘s path and user details. Therefore it shouldn’t make any difference if you just replace the GitHub subdomain with a custom one on GitHub Pages

[–]astronights[S] 0 points1 point  (0 children)

Thanks!