feat: add default social card image for link previews - #30
Merged
Conversation
The site had no og:image, so shared links rendered without a thumbnail. twitter:card was already set to summary_large_image. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
hayarobi
force-pushed
the
feat/og-image
branch
from
August 27, 2026 05:42
f203d3d to
6b03cd9
Compare
hayarobi
approved these changes
Aug 27, 2026
hayarobi
left a comment
Member
There was a problem hiding this comment.
The build of the original commit failed because of a security check. This was not an issue with the PR itself, but rather with the base branch; the build succeeded after rebasing to the latest base branch that resolved the issue.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Shared links had no preview thumbnail — the site was missing
og:image.twitter:cardwas already set tosummary_large_image.Adds a site-wide default social card via
themeConfig.image, using the existing logo and brand colors.static/img/og-image.png— 1200×630docusaurus.config.ts—themeConfig.imageVerified with a local build:
og:imageandtwitter:imageare emitted as absolute URLs on all pages. Per-page titles and descriptions are unchanged.🤖 Generated with Claude Code