Hi.
I'm trying to deploy a website onto Amplify hosting. It's built using BrowserRouter and I've got the redirects configured.
When I load the page, <site>/index.html loads, but all of the assets (created via Vite and successfully uploaded according to the build/deploy process) get a 404.
I downloaded the assets.zip from the build phase and sure enough, my index.html and assets/<file>.js and assets/<file>.css are in there.
I'm not actually sure where to look next as there is very limited information.