Skip to content

Commit 37a2fef

Browse files
EricGustinclaude
andcommitted
fix: collapse redirect chain for home/build-tools/secure-your-mcp-server
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d1928d2 commit 37a2fef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

next.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,8 @@ const nextConfig: NextConfig = withLlmsTxt({
418418
},
419419
{
420420
source: "/:locale/home/build-tools/secure-your-mcp-server",
421-
destination: "/:locale/guides/security/secure-your-mcp-server",
421+
destination:
422+
"/:locale/guides/create-tools/secure-your-server/secure-your-mcp-server",
422423
permanent: true,
423424
},
424425
{

0 commit comments

Comments
 (0)