Publishing a Hugo site through pages is not loading css properly
Good afternoon,
I am trying to deploy a hugo site to https://doks.diogomachado.pt/ using
I have tried to run it locally and through a regular apache server and it all works fine.
When loading through cloudflare, the css does not seem to load correctly.
Already tried:
I am trying to deploy a hugo site to https://doks.diogomachado.pt/ using
npm run build as the exec command.I have tried to run it locally and through a regular apache server and it all works fine.
When loading through cloudflare, the css does not seem to load correctly.
Already tried:
- disabling minify css & js
- clearing browser cache & using a different browser
- changing NODE_VERSION to match the one that I am running locally
