Open jazzi opened 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.
$ hugo server
But no jquery.min.map in /static/js/, maybe it's a type error, just don't know which file exists.
Ok, I resolved the first two problems by changing pictures' size into around 20k.
The third problem hasn't worked out yet.
Getting this error on several websites:
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.