Skip to content

Commit

Permalink
docs(v1.x): add redirects to v2 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Oct 22, 2024
1 parent 50a9068 commit 1dbf251
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion www/apps/api-reference/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@
"framework": "nextjs",
"installCommand": "yarn install",
"buildCommand": "turbo run build",
"outputDirectory": ".next"
"outputDirectory": ".next",
"redirects": [
{
"source": "/",
"destination": "/v2",
"permanent": false
}
]
}

0 comments on commit 1dbf251

Please sign in to comment.