chore: Add OG images for tranche 3 apps#249
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (10)
📒 Files selected for processing (5)
📝 WalkthroughWalkthroughFive app configuration objects ( ChangesOG Image Path Additions
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Pull request overview
Adds per-app Open Graph (OG) and Twitter OG images for the tranche 3 apps introduced in #232, enabling richer link previews for their app pages across social platforms.
Changes:
- Added
ogImagePathandtwitterOgImagePathfor tranche 3 app definitions. - Removed placeholder “TODO: Add OG images” comments in those app entries.
Reviewed changes
Copilot reviewed 5 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| ensawards.org/data/apps/taho-wallet/index.ts | Adds OG + Twitter OG image paths for Taho Wallet. |
| ensawards.org/data/apps/polymarket-defi/index.ts | Adds OG + Twitter OG image paths for Polymarket DeFi. |
| ensawards.org/data/apps/pendle-defi/index.ts | Adds OG + Twitter OG image paths for Pendle DeFi. |
| ensawards.org/data/apps/hyperliquid-defi/index.ts | Adds OG + Twitter OG image paths for Hyperliquid DeFi. |
| ensawards.org/data/apps/exodus-wallet/index.ts | Adds OG + Twitter OG image paths for Exodus Wallet. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Greptile SummaryThis PR adds social preview images for tranche 3 ENSAwards apps. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "Add OG images for Pendle" | Re-trigger Greptile |
Lite PR → Add OG images for tranche 3 apps
Summary
Why
Testing
typecheck,lint, andtestcommands locally to ensure that the migration didn't break anything, and later confirmed that in our CI workflowPre-Review Checklist (Blocking)