Skip to content

Commit e392b8c

Browse files
committed
chore: remove support docs redirect rule
- Comment out a redirect rule for support documentation pages Signed-off-by: wecoding <wecoding@yeah.net>
1 parent f168627 commit e392b8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ const config: Config = {
165165
return [];
166166
},
167167
redirects: [
168-
{
169-
from: ['/docs/support', '/docs/next/support'],
170-
to: '/community/support',
171-
},
168+
// {
169+
// from: ['/docs/support', '/docs/next/support'],
170+
// to: '/community/support',
171+
// },
172172
],
173173
} satisfies ClientRedirectsOptions,
174174
]

0 commit comments

Comments
 (0)