Skip to content

Commit 16e9617

Browse files
authored
Update vercel.json
1 parent 3496cae commit 16e9617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: vercel.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"redirects": [
33
{
44
"source": "/graphql-js",
5-
"destination": "https://graphql-js.org/docs",
5+
"destination": "https://graphql-js.org",
66
"permanent": true
77
},
88
{
@@ -52,7 +52,7 @@
5252
},
5353
{
5454
"source": "/graphql-js/:path*",
55-
"destination": "https://graphql-js.org/:path*",
55+
"destination": "https://graphql-js.org/docs/:path*",
5656
"permanent": true
5757
},
5858
{

0 commit comments

Comments
 (0)