Skip to content

Commit 24d91bb

Browse files
authored
Fix missing redirect
1 parent a1eb167 commit 24d91bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export default withGuildDocs({
9191
'/docs/custom-codegen/using-handlebars': '/docs/custom-codegen',
9292
'/plugins/presets/near-operation-file': '/plugins/presets/near-operation-file-preset',
9393
'/plugins/typescript/near-operation-file': '/plugins/presets/near-operation-file-preset',
94+
'/typescript/typescript-resolvers': '/plugins/typescript/typescript-resolvers'
9495
})
9596
.concat(PLUGINS_REDIRECTS)
9697
.map(([from, to]) => ({

0 commit comments

Comments
 (0)