So when I access the mydomain I see my Hugo Page but when I click on any links it appears as mywebserver.hoster/about instead of mydomain/about even though I changed the base url to mydomain
Also I created a new post via hugo new posts/newpage.md and changed the draft value to false but I still can’t access the page and it doesn’t appear on the main page.
The debug info says it’s building my sites but it’s obviously not appearing right :// can’t even acces the Books 2021 page and the First Post page is outdated too
For anyone struggling the same: I fixed the building bug by adding in the Hugo config file publishDir = "/var/www/html"
to link to the Document Root of my Apache Server