-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Closed
Labels
type: bugAn issue or pull request relating to a bug in GatsbyAn issue or pull request relating to a bug in Gatsby
Description
Hi,
newly merged PR and published as version 2.32.7 broke gatsby-plugin-netlify redirects implementation. The release (#29742) introduced a new prop ignoreCase which is passed to the build output of _redirects file on gatsby-plugin-netlify
| pieces.push(`${key}=${value}`) |
I am not sure which way is right: introducing a new prop which with default value of false instead of undefined or the way gatsby-plugin-netlify including all the props to the output.
The result now:
_redirectsfile outputs ignoreCase=false by default, which in turn is not recognized on Netlify and therefore the redirects are not working.
mlenser, Ringen, dja, jackhair, leo-stefan and 3 more
Metadata
Metadata
Assignees
Labels
type: bugAn issue or pull request relating to a bug in GatsbyAn issue or pull request relating to a bug in Gatsby