1 parent c5b7e94 commit 0306250Copy full SHA for 0306250
1 file changed
vercel.json
@@ -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