We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fed39 commit 0ae630dCopy full SHA for 0ae630d
snippets/vercel-json-generator.mdx
@@ -5,8 +5,8 @@ export const VercelJsonGenerator = () => {
5
const vercelConfig = {
6
rewrites: [
7
{
8
- source: "/_mintlify/api/request",
9
- destination: `https://${subdomain}.mintlify.app/_mintlify/api/request`
+ source: "/_mintlify/:path*",
+ destination: `https://${subdomain}.mintlify.app/_mintlify/:path*`
10
},
11
12
source: "/api/request",
0 commit comments