How can I develop CI/CD pipeline for my React app on Hostinger?
Is there any way that I can develop a CI/CD pipeline for my React application such that any changes made to the GitHub repository can be replicated over the hosted React app? I am using business web hosting plan from Hostinger.
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”.