Relative Content

Tag Archive for reactjsgithub-actions

How do I host my React site on GitHub Pages?

I’m trying to publish a React app to Github Pages.I host my pages by from ghpages branch and deployed it but when i run it by setting up all configurations it shows error it shows error. I explored it and found that in index.html my js and css file paths is not correct.It should be start from “//asset/gfd.js or css” but whenever i make changes in main branch my index.html changes and its path set as “/asset/gfd.js or css”.