gatsby-plugin-intl
gatsby-plugin-intl copied to clipboard
gatsby doesn't redirect to 404 when using options redirect true
I'm hosting my Gatsby project on Bluehost. I noticed when using the redirect option, my site doesn't redirect to the 404 page, only when I use /en/ or /es/.
For example, url.com/dog/ just gives a blank page, instead, then I write down url.com/en/dog/ it drops a 404 page. I'm also using gatsby-plugin-htaccess.
I'm also facing this, rules are even parsed by gatsby-plugin-s3 and this is changed in S3
Anything on this?