1
I tried to move up a project I had done some time ago, and using the Github pages to play online, I find it difficult to render.
The files he can’t load are all in repository, I don’t understand the difficulty that Github pages are having to render.
Here’s a similar question on Stackoverflow EN showing a similar problem, but different from mine because I didn’t use Jekyll.
Here’s an example of how the page should be rendered, see that on localhost it works perfectly.
The figure below shows how the page is displayed via remote access
When analyzing the problem, I noticed that the link where css is located, is different from where it is actually located via url, note below:
It is normal this url nay hit with the actual file path estilo.css
?
Can anyone help how to resolve this issue, in relation to resource loading failure on Github pages?
But these files exist in the branch
gh-pages
?– Giovane
Yes, this result appears in both Brach master and Gh-pages
– Jonathas B. C.
Puts the part of the code where you are importing the . css
– Giovane
From to see all the codes through the link I put in the question that leads to the repository, I suspect that the reason is because of the "heavy" features like video and photos that are not loading and generating most of the error 404
– Jonathas B. C.
Wow, I didn’t even notice... Dude, I don’t know why, but I’m guessing that’s the underscore in the folder names... try to get the underscore out of the folder names
– Giovane
I’ve changed and so far no results =(
– Jonathas B. C.