Skip to content

Commit 0c164d3

Browse files
authored
Add redirect for /api (#4327)
This is popular on google as an index page
1 parent 48afd37 commit 0c164d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

website/vercel.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirects": [
3+
{
4+
"source": "/api",
5+
"destination": "/api-v16/graphql",
6+
"permanent": true
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)