feat: Tech-specific OG images for 7 technology pages#139
Merged
vibemarketerpromax merged 1 commit intomainfrom Mar 3, 2026
Merged
feat: Tech-specific OG images for 7 technology pages#139vibemarketerpromax merged 1 commit intomainfrom
vibemarketerpromax merged 1 commit intomainfrom
Conversation
Deploying website with
|
| Latest commit: |
b4403e0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d0061142.website-yiq.pages.dev |
| Branch Preview URL: | https://tech-og-images.website-yiq.pages.dev |
Replace generic /og-image.png with unique OG images for React, Next.js, Node.js, Python, Angular, Flutter, and React Native pages. Each image matches the existing .NET OG image style: dark background with green gradient, Procedure logo, and page headline text. Includes reusable generation script (scripts/generate-og-images.mjs).
65ba3b9 to
b4403e0
Compare
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 unique OG images for React, Next.js, Node.js, Python, Angular, Flutter, and React Nativescripts/generate-og-images.mjs)Before
All 7 tech pages shared the same generic OG image — social shares were indistinguishable.
After
Each page has a unique OG image with its headline text, improving click-through from social platforms.
Test plan
npm run lint— 0 errorsnpx tsc --noEmit— 0 errorsnpm run build— passes