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

Commit ad25634

Browse files
authored
web: Simplifies the website to be almost strictly about the extension (#12180)
* Remove pricing/enterprise and Roo Code for pages * Remove cloud team and router pages * Refine homepage hero and CTA sections * nav * more footer * Fix knip by removing orphaned web files
1 parent 96d6e43 commit ad25634

33 files changed

Lines changed: 172 additions & 5443 deletions

apps/web-roo-code/next-sitemap.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = {
9898
if (path === '/') {
9999
priority = 1.0;
100100
changefreq = 'yearly';
101-
} else if (path === '/enterprise' || path === '/evals') {
101+
} else if (path === '/evals') {
102102
priority = 0.8;
103103
changefreq = 'monthly';
104104
} else if (path === '/privacy' || path === '/terms') {

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

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,64 @@ const nextConfig: NextConfig = {
2727
destination: "https://roo-code.notion.site/238fd1401b0a8087b858e1ad431507cf?pvs=105",
2828
permanent: false,
2929
},
30+
{
31+
source: "/extension",
32+
destination: "/",
33+
permanent: true,
34+
},
3035
{
3136
source: "/provider/pricing",
32-
destination: "/provider",
37+
destination: "/",
38+
permanent: true,
39+
},
40+
{
41+
source: "/pricing",
42+
destination: "/",
43+
permanent: true,
44+
},
45+
{
46+
source: "/provider",
47+
destination: "/",
48+
permanent: true,
49+
},
50+
{
51+
source: "/cloud",
52+
destination: "/",
53+
permanent: true,
54+
},
55+
{
56+
source: "/cloud/team",
57+
destination: "/",
58+
permanent: true,
59+
},
60+
{
61+
source: "/enterprise",
62+
destination: "/",
63+
permanent: true,
64+
},
65+
{
66+
source: "/slack",
67+
destination: "/",
68+
permanent: true,
69+
},
70+
{
71+
source: "/linear",
72+
destination: "/",
73+
permanent: true,
74+
},
75+
{
76+
source: "/reviewer",
77+
destination: "/",
78+
permanent: true,
79+
},
80+
{
81+
source: "/pr-fixer",
82+
destination: "/",
83+
permanent: true,
84+
},
85+
{
86+
source: "/github",
87+
destination: "/",
3388
permanent: true,
3489
},
3590
]

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

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

0 commit comments

Comments
 (0)