Skip to content

Commit e2d410a

Browse files
bchapuisclaude
andcommitted
Add social-share meta tags to app SPA
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cd30dc8 commit e2d410a

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

apps/app/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Dafthunk</title>
8+
<meta
9+
name="description"
10+
content="Open source, serverless visual workflow automation with AI on Cloudflare. MIT licensed."
11+
/>
12+
<meta property="og:type" content="website" />
13+
<meta property="og:site_name" content="Dafthunk" />
14+
<meta property="og:title" content="Dafthunk" />
15+
<meta
16+
property="og:description"
17+
content="Open source, serverless visual workflow automation with AI on Cloudflare. MIT licensed."
18+
/>
19+
<meta property="og:url" content="https://app.dafthunk.com" />
20+
<meta property="og:image" content="https://app.dafthunk.com/og-image.webp" />
21+
<meta name="twitter:card" content="summary_large_image" />
22+
<meta name="twitter:title" content="Dafthunk" />
23+
<meta
24+
name="twitter:description"
25+
content="Open source, serverless visual workflow automation with AI on Cloudflare. MIT licensed."
26+
/>
27+
<meta name="twitter:image" content="https://app.dafthunk.com/og-image.webp" />
728
<link rel="preconnect" href="https://rsms.me" />
829
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
930
</head>

apps/app/public/og-image.webp

9.03 KB
Loading

0 commit comments

Comments
 (0)