fix: add explicit OG images to all pages to prevent NocoDB logos appearing in social previews#111
Conversation
…aring in social previews Next.js replaces (not merges) the parent layout's openGraph when a child page defines its own. Every page was missing the images field, so social-media crawlers fell back to scraping page content and picked up NocoDB partner/startup logos (Nvidia, Lovable, etc.) instead of the START Munich logo.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (13)
📝 WalkthroughWalkthroughThis pull request introduces a shared Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Next.js replaces (not merges) the parent layout's openGraph when a child page defines its own. Every page was missing the images field, so social-media crawlers fell back to scraping page content and picked up NocoDB partner/startup logos (Nvidia, Lovable, etc.) instead of the START Munich logo.
Summary by CodeRabbit
Release Notes