Skip to content

Commit 8452b06

Browse files
committed
Update docs redirect target
1 parent f15d414 commit 8452b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify/edge-functions/mcp-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function formatResponse(data: unknown): {
9898
export default async function handler(req: Request, { url }: Context) {
9999
if (req.method !== "POST" || url.pathname !== "/mcp") {
100100
return Response.redirect(
101-
"https://docs.astro.build/en/reference/mcp-server/",
101+
"https://docs.astro.build/en/guides/build-with-ai/",
102102
302
103103
);
104104
}

0 commit comments

Comments
 (0)