Published
React Netlify Fix Page Not Found Problem
- Authors
- Name
- xNoJustice
Solving the problem is very simple. The cause of the problem is related to redirect.
- Create a _redirects file on public folder.
- Add the following code to the file.
_redirects
/* /index.html 200
- Deploy your code again to Netlify and fixed!