Skip to content

Commit 166870d

Browse files
authored
redirect for :locale/home/mcp-gateways (#651)
1 parent 2320e78 commit 166870d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

next.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,11 @@ const nextConfig: NextConfig = withLlmsTxt({
272272
destination: "/:locale/get-started/quickstarts/call-tool-client",
273273
permanent: true,
274274
},
275+
{
276+
source: "/:locale/home/mcp-gateways",
277+
destination: "/:locale/guides/create-tools/mcp-gateways",
278+
permanent: true,
279+
},
275280
{
276281
source: "/:locale/home/oai-agents/use-arcade-tools",
277282
destination:

0 commit comments

Comments
 (0)