Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit e212704

Browse files
committed
Remove cloud team and router pages
1 parent 1a4752c commit e212704

12 files changed

Lines changed: 51 additions & 1098 deletions

File tree

apps/web-roo-code/next.config.ts

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,42 +29,57 @@ const nextConfig: NextConfig = {
2929
},
3030
{
3131
source: "/provider/pricing",
32-
destination: "/provider",
32+
destination: "/",
3333
permanent: true,
3434
},
3535
{
3636
source: "/pricing",
37-
destination: "/cloud",
37+
destination: "/",
38+
permanent: true,
39+
},
40+
{
41+
source: "/provider",
42+
destination: "/",
43+
permanent: true,
44+
},
45+
{
46+
source: "/cloud",
47+
destination: "/",
48+
permanent: true,
49+
},
50+
{
51+
source: "/cloud/team",
52+
destination: "/",
3853
permanent: true,
3954
},
4055
{
4156
source: "/enterprise",
42-
destination: "/cloud/team",
57+
destination: "/",
4358
permanent: true,
4459
},
4560
{
4661
source: "/slack",
47-
destination: "/cloud",
62+
destination: "/",
4863
permanent: true,
4964
},
5065
{
5166
source: "/linear",
52-
destination: "/cloud",
67+
destination: "/",
5368
permanent: true,
5469
},
5570
{
5671
source: "/reviewer",
57-
destination: "/cloud",
72+
destination: "/",
5873
permanent: true,
5974
},
6075
{
6176
source: "/pr-fixer",
62-
destination: "/cloud",
77+
destination: "/",
6378
permanent: true,
6479
},
6580
{
6681
source: "/github",
67-
destination: "/cloud",
82+
destination: "/",
6883
permanent: true,
6984
},
7085
]

apps/web-roo-code/src/app/cloud/page.tsx

Lines changed: 0 additions & 280 deletions
This file was deleted.

0 commit comments

Comments
 (0)