404 GETs in console after deploying to GitHub Pages.
Unanswered
Australian Freshwater Crocodile posted this in #help-forum
Australian Freshwater CrocodileOP
Hi! I've been working on my portfolio website lately and today I managed to publish it statically to GitHub Pages.
website: https://gre-v-el.github.io/portfolio/
repo: https://github.com/gre-v-el/portfolio
I'm hosting it from a folder in the repository. I had to add .nojekyll to let the html see css/js files, add basePath for links to work, and modify each image's src to include the basepath. The website mostly works now, but, as you can see when going to the first link, the console still shows it cannot GET some txt files. I couldn't find any info online what are these files. It seems that the generated code refers to them, but they weren't generated by the compiler. How should I understand it? How can I make the compiler not refer to the files or generate them?
website: https://gre-v-el.github.io/portfolio/
repo: https://github.com/gre-v-el/portfolio
I'm hosting it from a folder in the repository. I had to add .nojekyll to let the html see css/js files, add basePath for links to work, and modify each image's src to include the basepath. The website mostly works now, but, as you can see when going to the first link, the console still shows it cannot GET some txt files. I couldn't find any info online what are these files. It seems that the generated code refers to them, but they weren't generated by the compiler. How should I understand it? How can I make the compiler not refer to the files or generate them?
1 Reply
Australian Freshwater CrocodileOP