Commit 4f90468
Use blog header images for social sharing (TanStack#564)
* Use blog header images for social sharing instead of generic OG image
Updated blog posts to use their specific header images when shared on social media platforms (Twitter, Facebook, LinkedIn, etc.) instead of the generic TanStack OG image. This provides better visual context and engagement when blog posts are shared.
Changes:
- Extract header image URL from blog post markdown content
- Pass header image through blog post loader
- Include header image in SEO meta tags with full URL
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Add Netlify Image CDN processing for blog social media images
Process blog header images through Netlify Image CDN to optimize them for social media sharing. Images are automatically resized to 1200x630px (the standard og:image dimensions), converted to JPG format, and quality-optimized to ensure fast loading and proper display across all social platforms.
Benefits:
- Consistent 1200x630 dimensions for all platforms (Facebook, Twitter, LinkedIn)
- Optimized file size with 80% quality JPG output
- Proper aspect ratio with cover fit mode
- Faster page preview generation on social media
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Fix prettier formatting
---------
Co-authored-by: Claude <[email protected]>1 parent 0d5e18a commit 4f90468
2 files changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
71 | 83 | | |
72 | 84 | | |
73 | 85 | | |
74 | 86 | | |
75 | 87 | | |
76 | 88 | | |
| 89 | + | |
77 | 90 | | |
78 | 91 | | |
79 | 92 | | |
| |||
0 commit comments