Skip to content

Commit

Permalink
add redirect for old pricing page (#10558)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianyentran committed Jul 1, 2024
1 parent db44c3d commit ce8e0af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2077,6 +2077,10 @@ const REDIRECTS: Redirect[] = [
from: '/product/accounts/early-adopter/',
to: '/organization/early-adopter-features/',
},
{
from: '/pricing/am2-pricing/',
to: '/pricing/legacy-pricing/',
},
{
from: '/learn/pricing/',
to: '/pricing/',
Expand Down

0 comments on commit ce8e0af

Please sign in to comment.