From e4ed73c809b48485ee5b0a5655a4b5463676ccd9 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Sat, 6 Nov 2021 23:40:42 +0000 Subject: [PATCH] Remove useless redirects --- gatsby-config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 1246eca..68f85b0 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -145,6 +145,11 @@ module.exports = { ], }, }, - `gatsby-plugin-netlify`, + { + resolve: `gatsby-plugin-netlify`, + options: { + generateMatchPathRewrites: false, + }, + }, ], };