This repository was archived by the owner on Apr 24, 2026. It is now read-only.
Commit ccb1bd1
Add open graph images and optimize PNG files
- Added /og/default.png (1200x630) for open graph social sharing
- Added /og/twitter.png for Twitter-specific social sharing
- Implemented open graph metadata in layout.tsx with proper OG tags
- Implemented Twitter card metadata with summary_large_image
- Optimized apple-touch-icon.png files across public and docs directories
- Updated homepage headline and subheading copy
Open Graph Features:
- Default OG image for general social sharing (Facebook, LinkedIn, etc)
- Twitter-specific image for better Twitter card display
- Proper meta tags for title, description, URL, site name
- Locale and type specifications for better platform compatibility
This improves social sharing appearance and increases click-through rates
when Lanyards links are shared on social media platforms.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c7aa799 commit ccb1bd1
7 files changed
Lines changed: 26 additions & 6 deletions
File tree
- docs
- public
- static
- public
- og
- src/app
Loading
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
29 | 53 | | |
30 | 54 | | |
31 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 45 | + | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 50 | + | |
55 | 51 | | |
56 | 52 | | |
57 | 53 | | |
| |||
0 commit comments