im new to coding and need some help. I made a react project (using create-react-app), and the website has been running on my gh-pages branch
(heres my repo: https:/
i just got an answer from github staff. it solved my issue. heres the answer if anyone else has this same issue:
The file you need to edit is here:
https://github.com/simchaleh/shivisihashem/blob/gh-pages/index.html
Currently, these two sections have errors:
>
> rel="stylesheet">
You should be able to resolve the issue by replacing them with these:
>
>
I hope that helps! Let us know if you have any other issues.