gitname / react-gh-pages

Deploying a React App (created using create-react-app) to GitHub Pages
6.47k stars 913 forks source link

Added 404.html to handle reloading on different endpoints. #161

Open b-smiley opened 1 year ago

b-smiley commented 1 year ago

When I first used this template it caused a 404 error because react is single page and Github is looking for .html files.

NOTE: This code came directly from spa-github-pages so we may need to reference this repo better.

This is my first public commit ever! Sorry if its wrong.

b-smiley commented 1 year ago

Closes #55