Remove useless redirects

This commit is contained in:
Kevin Kandlbinder 2021-11-06 23:40:42 +00:00 committed by GitHub
parent 506e934092
commit e4ed73c809

View file

@ -145,6 +145,11 @@ module.exports = {
], ],
}, },
}, },
`gatsby-plugin-netlify`, {
resolve: `gatsby-plugin-netlify`,
options: {
generateMatchPathRewrites: false,
},
},
], ],
}; };