From 3496cae1f6726adc6b8ef1d9c74ba24a3af3b9ef Mon Sep 17 00:00:00 2001 From: Benjie Date: Tue, 4 Feb 2025 10:42:11 +0000 Subject: [PATCH 1/2] Improve graphql-js.org redirects in vercel.json --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index c9dcc98bc5..3103abebc0 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,7 @@ "redirects": [ { "source": "/graphql-js", - "destination": "https://graphql-js.org", + "destination": "https://graphql-js.org/docs", "permanent": true }, { From 16e9617b86eea521372d4d77933cb9f3a1cd869d Mon Sep 17 00:00:00 2001 From: Benjie Date: Tue, 4 Feb 2025 10:46:01 +0000 Subject: [PATCH 2/2] Update vercel.json --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index 3103abebc0..ca46883581 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,7 @@ "redirects": [ { "source": "/graphql-js", - "destination": "https://graphql-js.org/docs", + "destination": "https://graphql-js.org", "permanent": true }, { @@ -52,7 +52,7 @@ }, { "source": "/graphql-js/:path*", - "destination": "https://graphql-js.org/:path*", + "destination": "https://graphql-js.org/docs/:path*", "permanent": true }, {