I need to redirect to the home of a react project on Netlify but I'm using vite.
I used to do it using CRA (create-react-app) and creating the _redirects file in the public folder with this configuration.
/* /index.html 200
How would I do it in vitejs?