Making React use relative paths Posted on 29/06/2021 by Mark If you build something and then upload it to www.website.com/newFolder and it breaks, you need to make it relative. To do this, just add "homepage": "./", to your package.json and rebuild.