This is a Gatsby plugin made to work in tandem with the WordPress Redirect GraphQL Extension plugin. It pulls redirection data from WordPress and builds those redirects automatically for you. Currently, this plugin igores regex and non-url redirects.
npm install gatsby-plugin-wp-redirect-graphql-extension
This plugin is helpful if you're using the WordPress Redirect GraphQL Extension and would like to automatically build your sites redirects.
plugins: [
`gatsby-plugin-wp-redirect-graphql-extension`,
],