Skip to content

Commit

Permalink
Add redirect for graphql-js (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Jan 18, 2025
1 parent ba7af37 commit 4c8343e
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,60 @@
{
"redirects": [
{
"source": "/graphql-js",
"destination": "https://graphql-js.org",
"permanent": true
},
{
"source": "/graphql-js/getting-started",
"destination": "https://graphql-js.org",
"permanent": true
},
{
"source": "/graphql-js/graphql",
"destination": "https://graphql-js.org/api-v16/graphql",
"permanent": true
},
{
"source": "/graphql-js/error",
"destination": "https://graphql-js.org/api-v16/error",
"permanent": true
},
{
"source": "/graphql-js/execution",
"destination": "https://graphql-js.org/api-v16/execution",
"permanent": true
},
{
"source": "/graphql-js/language",
"destination": "https://graphql-js.org/api-v16/language",
"permanent": true
},
{
"source": "/graphql-js/type",
"destination": "https://graphql-js.org/api-v16/type",
"permanent": true
},
{
"source": "/graphql-js/utilities",
"destination": "https://graphql-js.org/api-v16/utilities",
"permanent": true
},
{
"source": "/graphql-js/validation",
"destination": "https://graphql-js.org/api-v16/validation",
"permanent": true
},
{
"source": "/graphql-js/graphql-http",
"destination": "https://graphql-js.org/api-v16/graphql-http",
"permanent": true
},
{
"source": "/graphql-js/:path*",
"destination": "https://graphql-js.org/:path*",
"permanent": true
},
{
"source": "/conf/attendee/:path*",
"destination": "https://graphql-conf-attendee-nextjs.vercel.app/:path*",
Expand Down

0 comments on commit 4c8343e

Please sign in to comment.