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 a1eb167 commit 24d91bbCopy full SHA for 24d91bb
website/next.config.mjs
@@ -91,6 +91,7 @@ export default withGuildDocs({
91
'/docs/custom-codegen/using-handlebars': '/docs/custom-codegen',
92
'/plugins/presets/near-operation-file': '/plugins/presets/near-operation-file-preset',
93
'/plugins/typescript/near-operation-file': '/plugins/presets/near-operation-file-preset',
94
+ '/typescript/typescript-resolvers': '/plugins/typescript/typescript-resolvers'
95
})
96
.concat(PLUGINS_REDIRECTS)
97
.map(([from, to]) => ({
0 commit comments