URLs repeat my domain

I’ve deployed a stand-alone Hugo site to GitHub Pages (ie user pages) mapped to a Custom Domain - peterjordan.info

However whilst the home page is live, all the URLs duplicate the domain; eg:

http://peterjordan.info/peterjordan.info/blog/in-response-to-why-we-report-data/
http://peterjordan.info/peterjordan.info/categories

Hugo generates two repos: peterjordaninfo.githhub.io and blog and has placed a CNAME file in the root of peterjordaninfo.githhub.io and another CNAME file in the static folder og the blog repo.

Is this the problem or is it the DNS settings?

This has been a steep learning curve for me and I’d really appreciate some help with the final challenge.

Thanks

Check the baseurl setting in your site config.

Thanks!, Stupidly had just put in apex domain. All sorted :):grin: