Reactjs – React + Vite always redirect route to another route
I have a React + Vite app with multiple routes. I also have a few static HTML pages and assets in the public folder (including home.html). I'd like to have the index route to point to home.html. The code below…