Hi! I’m having the Page Not Found error in my React website.
I’m using react-router for my current project and I’ve seen in other solutions that you just have to have a _redirects file with the following line in it:
/* /index.html 200
But I didn’t structure my project with a public folder like so:
Where should I put my _redirects file?
I’m using Parcel as my bundler for this project.