saey55 / hugo-elate-theme

A one page parallax theme with animation for Hugo
MIT License
192 stars 102 forks source link

Failed to load resource with a status of 403 #35

Open jazzi opened 6 years ago

jazzi commented 6 years ago

Getting this error on several websites:

1, Failed to load resource: the server responded with a status of 403 (HTTP/2.0 403) https://mywebsite/images/person1.jpg 2, Failed to load resource: the server responded with a status of 403 (HTTP/2.0 403) https://mywebsite/images/person2.jpg 3, Failed to load resource: the server responded with a status of 403 (HTTP/2.0 403) https://mywebsite/js/jquery.min.map

I checked my /static/images/ and person1.jpg & person2.jpg are there, don't know why, and person3.jpg works fine.

Above first two errors happen in production environment, $ hugo server works fine too.

But no jquery.min.map in /static/js/, maybe it's a type error, just don't know which file exists.

jazzi commented 6 years ago

Ok, I resolved the first two problems by changing pictures' size into around 20k.

The third problem hasn't worked out yet.