Howdy; attempting to setup a Hugo site for the first time but am running into issues when using the live version.
I created a site following the quickstart guide.
I only differences is for the base url I’m using
baseURL = 'https://example.org/blogtest/'
I made a few test post and every thing is running as expected on ‘http://localhost:1313/blogtest/’
However when visiting the public version at ‘https://example.org/blogtest/’ the web browser just downloads a random empty file instead of displaying the page. If I manually goto http://example.org/blogtest/index.html the site displays fine, but click on any of the page’s links will again just download a random empty file.
What am I doing wrong?
Also the site is hosted on a AWS S3 bucket, if that makes any difference. Maybe there’s an issue with the bucket settings instead of it being a issue with the Hugo config?
Thanks for your time!