I think my BaseURL is messed up but the past issues in Support all involve a trailing ‘/’ at the baseURL. I have the slash included but whenever I run hugo and open the index.html from hugo\site\public the css refuses to load.
Where am I going wrong with pathing? Edit:None of the paths are working. When I click on a link it returns a 404.
Output from hugo with config.toml baseURL set to "http://www.adhocref.com/"
Yes, but only if you want to. Both absURL and relURL have been around for a long time now, and FWIW, I only recommend these because there has been so much confusion over the last year or so about baseURL, etc. HTH. Cheers.
I tried this on my machine but the css doesn’t render.
I still get the localhost:1313/before the css path. I also tried removing baseurl to “/”. Still doesn’t work when I publish i.e hugo -d public server.
Is there something I am missing?