I have deployed a SPA app and would like all paths to be rewritten to /index.html. I followed the docs for this, but it is not working.
I’ve double checked everything:
- There is a _redirects folder in the correct place
- The syntax is correct
- Netlify acknowledges the rule, it says “1 redirect rule processed” in the deploy summary
- I tried forcing redirects with a ! at the end, but as expected that made no difference
Am I missing something?
Screenshot of build artifact (downloaded from netlify) with the _redirects file and the contents of it: