Skip to content

Commit

Permalink
Add multiple redirects to vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Jan 15, 2025
1 parent 3b1f717 commit c5c5fc0
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,51 @@
"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*",
Expand Down

0 comments on commit c5c5fc0

Please sign in to comment.