_redirects file for netlify won’t copy over to dist file even though it’s in the root folder
I’m trying to deploy my react application to netlify, my main page loads fine but my redirections don’t like mywebsite.com/contact or mywebsite.com/projects.
I followed the netlify documentation, and have the _redirects file in my root directory, along with my index.html, vite.config.js and package.json files. When I run the build command, everything is copied over to a dist file except the _redirects file. I’ve scoured the netlify website and stack overflow and none of the solutions I’ve found have worked.