fix(web): real Open Graph cards for /reports pages#152
Merged
Conversation
Follow-up to the audit fix: removing the broken hardcoded `/opengraph-image` override left the reports pages with no og:image at all (Next does not cascade the route-group OG into the reports segments). Add colocated opengraph-image routes (index + [slug], en + de) that render a branded card via the shared renderOgImage — the index uses the gallery kicker/headline, the detail uses the report title/summary. Closes the remaining half of the /reports OG finding. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
muraschal
added a commit
that referenced
this pull request
Jun 25, 2026
The Vercel git webhook missed the previous main push (#152), so production stayed a deploy behind. Empty commit to re-fire the auto-deploy. (See the infra audit finding on gating/reliability of the deploy pipeline.) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Follow-up to #149. Dropping the broken hardcoded
/opengraph-imageoverride (a 404) left the/reportspages with no og:image, because Next does not cascade the route-group OG image into the reports segments. Add colocatedopengraph-imageroutes (index +[slug], en + de) rendering a branded card via the sharedrenderOgImage. Now the proof-gallery shares with a real card again.Verified: typecheck · lint · test · build (4 new hashed OG routes generated).