Hello,
I followed all the steps to setup a simple Hugo blog on AWS S3 in us-east-1, but S3 will not serve the css/style.css file.
While inspecting Chrome, the network times out after about 60-90 seconds while trying to request the file. After the browser stalls for this length of time, the content is displayed with no formatting.
I’ve tried this with 2-3 themes and I see the same problem. The current theme I’m using is hucore.
I checked the css/style.css Metadata in my S3 bucket and it is correctly set to Content-Type: text/css.
What the steps needed to get CSS working correctly for Hugo in S3?