Skip to content

Commit b9995bf

Browse files
committed
fix: add redirect for deleted billing-subscriptions page
1 parent 12bb2cc commit b9995bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,11 @@ const config: Config = {
283283
to: '/providers/roo-code-cloud',
284284
from: ['/providers/roo'],
285285
},
286+
// Redirect deleted billing-subscriptions page to Roo Code Cloud overview
287+
{
288+
to: '/roo-code-cloud/overview',
289+
from: ['/roo-code-cloud/billing-subscriptions'],
290+
},
286291
],
287292
},
288293
],

0 commit comments

Comments
 (0)