PLEASE help us help you by writing a good post!
- Site name:
https://prasha-me.netlify.app/
- Hugo site fails to load CSS files, locally works fine
Below is the error when loading the site. Can someone please help with this?
PLEASE help us help you by writing a good post!
https://prasha-me.netlify.app/
Below is the error when loading the site. Can someone please help with this?
@lucifercr07 It’s cross origin because you’re trying to load them from https://prasha.me
You can change those references to be “root relative”.
So instead of https://prasha.me/css/normalize.css
you can have /css/normalize.css
As an additional note, your href
attribute values you should be a String
, so wrapped in "