Skip to content

Commit

Permalink
Add redirect for /api (#4327)
Browse files Browse the repository at this point in the history
This is popular on google as an index page
  • Loading branch information
JoviDeCroock authored Jan 15, 2025
1 parent 48afd37 commit 0c164d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"redirects": [
{
"source": "/api",
"destination": "/api-v16/graphql",
"permanent": true
}
]
}

0 comments on commit 0c164d3

Please sign in to comment.