1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/KevinK.dev.js.git synced 2025-07-13 06:37:29 +02:00

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,
},
},
], ],
}; };