Skip to content

Commit

Permalink
Add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Jan 15, 2025
1 parent 48afd37 commit facfd86
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 facfd86

Please sign in to comment.