Skip to content

Commit 0306250

Browse files
authored
Create vercel.json
1 parent c5b7e94 commit 0306250

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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://undyingterminal.mintlify.dev/docs"
6+
},
7+
{
8+
"source": "/docs/:match*",
9+
"destination": "https://undyingterminal.mintlify.dev/docs/:match*"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)