We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e1d99 commit 97d734cCopy full SHA for 97d734c
website/next.config.js
@@ -98,6 +98,7 @@ export default withGuildDocs({
98
'/typescript/typescript-resolvers': '/plugins/typescript/typescript-resolvers',
99
'/docs/guides/graphql-cli': '/docs/migration/graphql-cli',
100
'/plugins/presets/gql-tag-operations-preset': '/plugins/presets/preset-client',
101
+ '/plugins/gql-tag-operations-preset': '/plugins/presets/preset-client',
102
})
103
.concat(PLUGINS_REDIRECTS)
104
.map(([from, to]) => ({
0 commit comments