Skip to content

Commit

Permalink
add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianyentran committed Jun 12, 2024
1 parent 0b1f28d commit 68d90e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@
"source": "/accounts/pricing/(.*)",
"destination": "/pricing/$1"
},
{
"source": "/account/pricing/(.*)",
"destination": "/pricing/$1"
},
{
"source": "/account/sso/(.*)",
"destination": "/organization/authentication/sso/$1"
Expand Down

0 comments on commit 68d90e2

Please sign in to comment.