Skip to content

Commit 809b358

Browse files
committed
fix: more redirect domains
1 parent d47ee02 commit 809b358

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
@@ -25,6 +25,18 @@
2525
"value": "docs-omega-six.vercel.app"
2626
}
2727
],
28+
"permanent": true
29+
},
30+
{
31+
"source": "/docs/:path*",
32+
"destination": "https://www.ory.com/docs/:path",
33+
"has": [
34+
{
35+
"type": "header",
36+
"key": "host",
37+
"value": "docs-ory.vercel.app"
38+
}
39+
],
2840
"permanent": false
2941
},
3042
{

0 commit comments

Comments
 (0)