Skip to content

Commit

Permalink
fix: Add missing Vercel redirects (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd authored May 7, 2024
2 parents 1491ebf + 91c6926 commit 7aaa1fe
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,22 @@
{
"source": "/cookbook/:path*",
"destination": "/old/cookbook/:path*"
},
{
"source": "/hub/:path*",
"destination": "/old/hub/:path*"
},
{
"source": "/user_guide",
"destination": "/old/user_guide"
},
{
"source": "/category/prompt-hub/:path*",
"destination": "/old/category/prompt-hub/:path*"
},
{
"source": "/category/proxy/:path*",
"destination": "/old/category/proxy/:path*"
}
],
"builds": [
Expand Down

0 comments on commit 7aaa1fe

Please sign in to comment.