Skip to content

Commit

Permalink
fix pricing redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianyentran committed Jun 12, 2024
1 parent 2dc6b79 commit 0b1f28d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2973,6 +2973,14 @@ const REDIRECTS: Redirect[] = [
from: '/accounts/pricing/',
to: '/pricing/',
},
{
from: '/product/account/pricing/',
to: '/pricing/',
},
{
from: '/account/pricing/',
to: '/pricing/',
},
{
from: '/platforms/dotnet/compatibility/',
to: '/platforms/dotnet/',
Expand Down
4 changes: 4 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
"source": "/accounts/(.*)",
"destination": "/account/$1"
},
{
"source": "/accounts/pricing/(.*)",
"destination": "/pricing/$1"
},
{
"source": "/account/sso/(.*)",
"destination": "/organization/authentication/sso/$1"
Expand Down

0 comments on commit 0b1f28d

Please sign in to comment.