Skip to content

Commit fdf5f1c

Browse files
authored
chore: add og:image for /ai route (#72)
1 parent fae5306 commit fdf5f1c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/ai.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
---
22
layout: page
3-
title: In-browser code execution for AI
3+
title: &title In-browser code execution for AI
4+
description: &description Execute, interpret, and refactor AI-generated code directly in the browser, a secure, sandboxed environment with zero latency, zero compute costs, and zero virtual machines.
45
head:
5-
- ['meta', {property: 'og:image', content: 'https://webcontainers.io/img/og/webcontainer_api.png'}]
6+
- ['meta', { property: 'og:title', content: *title }]
7+
- [
8+
'meta',
9+
{ property: 'og:image', content: 'https://webcontainers.io/img/og/ai.png' },
10+
]
11+
- ['meta', { name: 'twitter:title', content: *title }]
12+
- ['meta', { name: 'twitter:description', content: *description }]
613
---
714

815
<script setup lang="ts">
916
import AiPage from '@theme/components/Ai.vue';
10-
1117
import { footerSections } from '@theme/data/links';
1218
</script>
1319

docs/public/img/og/ai.png

174 KB
Loading

0 commit comments

Comments
 (0)