mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
web: Opengraph image (#8285)
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
8dbd8c4b1b
commit
205f3e4242
2 changed files with 5 additions and 5 deletions
BIN
apps/web-roo-code/public/opengraph.png
Normal file
BIN
apps/web-roo-code/public/opengraph.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 428 KiB |
|
|
@ -3,15 +3,15 @@ const SITE_URL = process.env.NEXT_PUBLIC_SITE_URL ?? "https://roocode.com"
|
|||
export const SEO = {
|
||||
url: SITE_URL,
|
||||
name: "Roo Code",
|
||||
title: "Roo Code – Your AI-Powered Dev Team in VS Code",
|
||||
title: "Roo Code – Your AI-Powered Dev Team in VS Code and Beyond",
|
||||
description:
|
||||
"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.",
|
||||
locale: "en_US",
|
||||
ogImage: {
|
||||
url: "/android-chrome-512x512.png",
|
||||
width: 512,
|
||||
height: 512,
|
||||
alt: "Roo Code Logo",
|
||||
url: "/opengraph.png",
|
||||
width: 1200,
|
||||
height: 600,
|
||||
alt: "Roo Code",
|
||||
},
|
||||
keywords: [
|
||||
"Roo Code",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue