All goes wrong when I host publicly!

So I am trying to build my first Hugo website and having some issues now I am trying to launch it to the world.

I have a basic site on the cupper theme and it renders find when I am running it locally on my Windows machine. However, when I put it on GitHub and publish it to a Azure Static Web App it doesn’t render any of the theme.

I can’t seem to figure out what is going wrong, probably because I’ve been staring at it to long.

The site is located at: https://ambitious-river-054aa4203.azurestaticapps.net/
The code is at: https://github.com/weeyin83/azureusergroup

Any pointers?

image

1 Like

just clear your public and docs directory and rebuild
hugo -d public

you seem to be pointing to a version before you entered baseURL in your config

1 Like

Thanks for the help. Not I just need to figure out why the menu renders locally but not online. Hugo does not seem to want to make things easy for me. lol

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.