Skip to content

Commit 00f8900

Browse files
Update snippets/vercel-json-generator.mdx (#2377)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 8c0d94b commit 00f8900

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snippets/vercel-json-generator.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ export const VercelJsonGenerator = () => {
3232
source: `/${subpath}/robots.txt`,
3333
destination: `https://${subdomain}.mintlify.app/robots.txt`
3434
},
35+
{
36+
source: `/${subpath}/mcp`,
37+
destination: `https://${subdomain}.mintlify.app/mcp`
38+
},
3539
{
3640
source: `/${subpath}/:path*`,
3741
destination: `https://${subdomain}.mintlify.app/${subpath}/:path*`

0 commit comments

Comments
 (0)