feat: add shared Open Graph image across crowdfunding site - #240
Merged
Conversation
Signed-off-by: Efren Lim <elim@linuxfoundation.org>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a consistent Open Graph image across the crowdfunding site.
Changes:
- Replaces the undersized OG image with a 1200×630 asset.
- Removes initiative-specific image overrides.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
frontend/public/og-image.png |
Provides the shared social image. |
frontend/app/pages/initiatives/[slug]/index.vue |
Makes initiative pages inherit shared image metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+41
to
+42
| // ogImage/twitterImage intentionally omitted — inherits the shared site-wide | ||
| // image from setup/head.ts (LFXV2-2855: one OG image across the site). |
mlehotskylf
previously approved these changes
Jul 28, 2026
…ity CVEs MegaLinter trivy scan flagged CVE-2026-14257 (brace-expansion DoS), GHSA-r28c-9q8g-f849 (postcss path traversal), and GHSA-r292-9mhp-454m (tar stack-overflow DoS) in transitive dependencies. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Signed-off-by: Efren Lim <elim@linuxfoundation.org>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- frontend/pnpm-lock.yaml: Generated file
Comments suppressed due to low confidence (1)
frontend/pnpm-workspace.yaml:21
- The PR description and test plan cover only the shared Open Graph image, but these dependency-policy changes also upgrade tar/PostCSS and rewrite a large part of the lockfile. That unrelated dependency change materially expands the regression and review surface without corresponding rationale or tests. Please move these upgrades to a dedicated dependency/security PR, leaving this feature PR scoped to the OG asset and metadata behavior.
tar: ">=7.5.21"
vite: ">=7.3.5"
postcss: ">=8.5.18"
Comment on lines
+22
to
+24
| "brace-expansion@^1.1.7": ">=5.0.8" | ||
| "brace-expansion@^2.0.1": ">=5.0.8" | ||
| "brace-expansion@^2.0.2": ">=5.0.8" |
mlehotskylf
approved these changes
Jul 28, 2026
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.
Summary
og-image.pngwith the proper 1200x630 Figma export (design handoff: node 513-3948)logoUrloverride on the initiative detail page so every crowdfunding URL shares the same OG image, per the ticketTest plan
pnpm lint— 0 errorspnpm tsc-check— cleanog-image.pngis 1200x630 and served correctlyog:image/twitter:imagemeta point to the shared image at correct dimensionslogoUrlset no longer overrides the shared imageFixes LFXV2-2855