-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Social card improvements #143
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking great to me!
Do we want to clean up the old card
metadata values so that we're consistently using the og route or leave that for a potential followup?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found one card that looks off. Otherwise, looks good to me!
Co-authored-by: Kata Martin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR is an attempt at using the @vercel/og library to generate OpenGraph images for our blog posts dynamically. Once merged, this will eliminate the need to manually run
npm run build-cards
plus uploading social cards to s3 when updating our blog, streamlining our maintenance process.dependencies: