Skip to content

Commit 3325a3b

Browse files
bingggclaude
andcommitted
🔧 Simplify social media card configuration
- Keep English-only social media meta tags for maximum compatibility - Remove complex dynamic language switching for OpenGraph - Use existing social-card-v2.png for consistent branding - Ensure reliable sharing across all social platforms Rationale: - Social platform crawlers often ignore JavaScript - Single language approach works better for static sites - Maintains consistent sharing experience 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f67a9f0 commit 3325a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="keywords" content="Claude Code, 会话浏览器, AI, 编程助手, 浏览器应用, 隐私保护">
1111
<meta name="author" content="Claude Code Web GUI">
1212

13-
<!-- Open Graph Meta Tags for Social Media -->
13+
<!-- Social Media Meta Tags -->
1414
<meta property="og:title" content="Claude Code Web GUI - Smart Code Session Browser">
1515
<meta property="og:description" content="🚀 Browse, view and share your Claude Code sessions - runs entirely in browser, no server required!">
1616
<meta property="og:image" content="https://binggg.github.io/Claude-Code-Web-GUI/assets/icons/social-card-v2.png">

0 commit comments

Comments
 (0)