My redirection from /gitcheatsheet to /goodies/gitcheatsheet is not working.
- The redirect is done using a _redirects file with the following content
/gitcheatsheet /goodies/gitcheatsheet 301! - The deploy indicates " 1 redirect rule processed All redirect rules deployed without errors."
- The _redirects file is present in the files deployed on netlify
- My website is https://dulcet-peony-a39164.netlify.app
I have also tried putting the redirect files in the netlify.toml file. When I do that the redirect works locally using netlify dev but not when deployed in netlify.
I only managed to make it work by using the experimental routerules features from Nitro (I’m building a Nuxt site) once I removed my redirects file, and rules in netilfy.toml. I would rather use a more classical way of doing that.
