Skip to content

Commit d505ef6

Browse files
committed
feat(landing): add OG meta tags and image for social sharing
Add Open Graph and Twitter Card meta tags so the landing page shows a preview image when shared on social platforms.
1 parent 4e72eee commit d505ef6

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

packages/landing/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
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>AI Sync - Synchronize Your AI Configs</title>
7+
<meta
8+
name="description"
9+
content="A central store for CLAUDE.md, .claude, .cursorrules, GEMINI.md and more. Bidirectional sync keeps every repo and machine in lockstep."
10+
/>
11+
<!-- Open Graph -->
12+
<meta property="og:type" content="website" />
13+
<meta property="og:title" content="AI Sync - Sync Your AI Configs Across All Your Machines" />
14+
<meta
15+
property="og:description"
16+
content="A central store for CLAUDE.md, .claude, .cursorrules, GEMINI.md and more. Bidirectional sync keeps every repo and machine in lockstep."
17+
/>
18+
<meta property="og:image" content="https://ai-sync.dinhanhthi.com/og-image.png" />
19+
<meta property="og:url" content="https://ai-sync.dinhanhthi.com" />
20+
<!-- Twitter Card -->
21+
<meta name="twitter:card" content="summary_large_image" />
22+
<meta name="twitter:title" content="AI Sync - Sync Your AI Configs Across All Your Machines" />
23+
<meta
24+
name="twitter:description"
25+
content="A central store for CLAUDE.md, .claude, .cursorrules, GEMINI.md and more. Bidirectional sync keeps every repo and machine in lockstep."
26+
/>
27+
<meta name="twitter:image" content="https://ai-sync.dinhanhthi.com/og-image.png" />
728
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
829
<link rel="preconnect" href="https://fonts.googleapis.com" />
930
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
60 KB
Loading

0 commit comments

Comments
 (0)