Skip to content

Commit 0c4d2b8

Browse files
Update nuxt/redirects.ts
Co-authored-by: Yndira Escobar <129537638+Yndira-E@users.noreply.github.com>
1 parent f5283d3 commit 0c4d2b8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

nuxt/redirects.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ export const redirects: Record<string, NitroRouteRules> = {
144144
'/handbook/development/releases': { redirect: { to: '/handbook/engineering/releases/', statusCode: 301 } },
145145
'/handbook/development/releases/': { redirect: { to: '/handbook/engineering/releases/', statusCode: 301 } },
146146
'/handbook/peopleops/job-descriptions/dashboard-engineer/': { redirect: { to: '/handbook/peopleops/job-descriptions/', statusCode: 301 } },
147-
'/roi-calculator/': { redirect: { to: '/pricing/roi-calculator/', statusCode: 301 } },
148-
'/roi-calculator': { redirect: { to: '/pricing/roi-calculator/', statusCode: 301 } },
149147

150148
// The changelog was paginated 19 entries to a page, which at 181 entries reached
151149
// /changelog/10/. It is one page now, grouped by release and revealed as you

0 commit comments

Comments
 (0)