Skip to content

Commit 205f3e4

Browse files
web: Opengraph image (#8285)
Co-authored-by: Matt Rubens <[email protected]>
1 parent 8dbd8c4 commit 205f3e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
428 KB
Loading

apps/web-roo-code/src/lib/seo.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ const SITE_URL = process.env.NEXT_PUBLIC_SITE_URL ?? "https://roocode.com"
33
export const SEO = {
44
url: SITE_URL,
55
name: "Roo Code",
6-
title: "Roo Code – Your AI-Powered Dev Team in VS Code",
6+
title: "Roo Code – Your AI-Powered Dev Team in VS Code and Beyond",
77
description:
88
"Roo Code puts an entire AI dev team right in your editor, outpacing closed tools with deep project-wide context, multi-step agentic coding, and unmatched developer-centric flexibility.",
99
locale: "en_US",
1010
ogImage: {
11-
url: "/android-chrome-512x512.png",
12-
width: 512,
13-
height: 512,
14-
alt: "Roo Code Logo",
11+
url: "/opengraph.png",
12+
width: 1200,
13+
height: 600,
14+
alt: "Roo Code",
1515
},
1616
keywords: [
1717
"Roo Code",

0 commit comments

Comments
 (0)