Relative Content

Tag Archive for githubwebgithub-pagesweb-testing

How do I host my website on Github using React

I’m trying to publish my website on github and bumped into some trouble, at first i used purely html and it works fine but i’ve been working on to use react. So far my homepage work fine https://ivoryle82.github.io/Profolio/ but when i tried to access https://ivoryle82.github.io/Profolio/about it said it can’t find the resource, when i run my website locally the same route but for localhost:3000 works, is this because of how github rely on html files to render the website ?