Skip to content

Commit f68a0f9

Browse files
committed
chore: add vercel rewrites for mintlify docs
1 parent 1aa4a85 commit f68a0f9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

vercel.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"rewrites": [
3+
{
4+
"source": "/docs",
5+
"destination": "https://sanity.mintlify.dev/docs"
6+
},
7+
{
8+
"source": "/docs/:match*",
9+
"destination": "https://sanity.mintlify.dev/docs/:match*"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)