Skip to content

Commit 683e33c

Browse files
committed
docs: add banner image
1 parent ea7609e commit 683e33c

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

design/banner.sketch

688 KB
Binary file not shown.

docs/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="description" content="Run JavaScript from AI agents, plugins, and workflows in a separate Node.js process with strict permissions, dependency allowlists, and resource limits." />
1010
<meta name="keywords" content="isolated-function, Node.js sandbox, untrusted JavaScript, v8 sandbox, secure code execution, package dependency allowlist" />
1111
<meta name="robots" content="index, follow, max-image-preview:large" />
12-
<meta name="image" content="https://kikobeats.github.io/isolated-function/static/logo.png" />
12+
<meta name="image" content="https://kikobeats.github.io/isolated-function/static/banner.png" />
1313
<meta name="theme-color" content="#f2f0ea" />
1414
<link rel="canonical" href="https://kikobeats.github.io/isolated-function/" />
1515
<link rel="alternate" type="text/markdown" href="https://kikobeats.github.io/isolated-function/README.md" title="isolated-function documentation markdown" />
@@ -19,8 +19,10 @@
1919

2020
<meta property="og:title" content="isolated-function: Node.js Sandbox for Untrusted Code" />
2121
<meta property="og:description" content="Run JavaScript from AI agents, plugins, and workflows in a separate Node.js process with strict permissions, dependency allowlists, and resource limits." />
22-
<meta property="og:image" content="https://kikobeats.github.io/isolated-function/static/logo.png" />
23-
<meta property="og:image:alt" content="isolated-function package logo" />
22+
<meta property="og:image" content="https://kikobeats.github.io/isolated-function/static/banner.png" />
23+
<meta property="og:image:width" content="2400" />
24+
<meta property="og:image:height" content="1256" />
25+
<meta property="og:image:alt" content="isolated-function banner with cube logo and sandbox tagline" />
2426
<meta property="og:url" content="https://kikobeats.github.io/isolated-function/" />
2527
<meta property="og:site_name" content="isolated-function" />
2628
<meta property="og:type" content="website" />
@@ -31,8 +33,8 @@
3133
<meta name="twitter:creator" content="@Kikobeats" />
3234
<meta name="twitter:title" content="isolated-function: Node.js Sandbox for Untrusted Code" />
3335
<meta name="twitter:description" content="Run JavaScript from AI agents, plugins, and workflows in a separate Node.js process with strict permissions, dependency allowlists, and resource limits." />
34-
<meta name="twitter:image" content="https://kikobeats.github.io/isolated-function/static/logo.png" />
35-
<meta name="twitter:image:alt" content="isolated-function package logo" />
36+
<meta name="twitter:image" content="https://kikobeats.github.io/isolated-function/static/banner.png" />
37+
<meta name="twitter:image:alt" content="isolated-function banner with cube logo and sandbox tagline" />
3638

3739
<script type="application/ld+json">
3840
{

docs/static/banner.jpg

289 KB
Loading

docs/static/banner.png

296 KB
Loading

0 commit comments

Comments
 (0)