mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-18 18:03:48 +00:00
chore(site): updated graph and wording
This commit is contained in:
parent
f79019e786
commit
65513f9086
9 changed files with 274 additions and 451 deletions
|
|
@ -22,12 +22,12 @@ const { title, description = "Universal SDK for coding agents. Control Claude Co
|
|||
<meta property="og:title" content={title} />
|
||||
<meta property="og:description" content={description} />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="/logos/sanboxagent.svg" />
|
||||
<meta property="og:image:width" content="570" />
|
||||
<meta property="og:image:height" content="98" />
|
||||
<meta property="og:image:alt" content="Sandbox Agent SDK Logo" />
|
||||
<meta property="og:image" content="/og.png" />
|
||||
<meta property="og:image:width" content="2400" />
|
||||
<meta property="og:image:height" content="1260" />
|
||||
<meta property="og:image:alt" content="Sandbox Agent SDK - Run Coding Agents in Sandboxes. Control Them Over HTTP." />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:image" content="/logos/sanboxagent.svg" />
|
||||
<meta name="twitter:image" content="/og.png" />
|
||||
</head>
|
||||
<body class="min-h-screen">
|
||||
<slot />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue