|
9 | 9 | <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." /> |
10 | 10 | <meta name="keywords" content="isolated-function, Node.js sandbox, untrusted JavaScript, v8 sandbox, secure code execution, package dependency allowlist" /> |
11 | 11 | <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" /> |
13 | 13 | <meta name="theme-color" content="#f2f0ea" /> |
14 | 14 | <link rel="canonical" href="https://kikobeats.github.io/isolated-function/" /> |
15 | 15 | <link rel="alternate" type="text/markdown" href="https://kikobeats.github.io/isolated-function/README.md" title="isolated-function documentation markdown" /> |
|
19 | 19 |
|
20 | 20 | <meta property="og:title" content="isolated-function: Node.js Sandbox for Untrusted Code" /> |
21 | 21 | <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" /> |
24 | 26 | <meta property="og:url" content="https://kikobeats.github.io/isolated-function/" /> |
25 | 27 | <meta property="og:site_name" content="isolated-function" /> |
26 | 28 | <meta property="og:type" content="website" /> |
|
31 | 33 | <meta name="twitter:creator" content="@Kikobeats" /> |
32 | 34 | <meta name="twitter:title" content="isolated-function: Node.js Sandbox for Untrusted Code" /> |
33 | 35 | <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" /> |
36 | 38 |
|
37 | 39 | <script type="application/ld+json"> |
38 | 40 | { |
|
0 commit comments