feat(website): add branded favicon and OpenGraph support#7
Merged
Conversation
Agent-Logs-Url: https://github.com/rxtech-lab/rxcode/sessions/38e474c4-023a-4e8e-9425-19f2ed7ac39f Co-authored-by: sirily11 <32106111+sirily11@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
sirily11
May 14, 2026 10:10
View session
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Adds a branded SVG favicon, a dynamically generated 1200×630 OpenGraph image, and completes OpenGraph/Twitter metadata in the website's root layout for proper social sharing previews.
Changes:
- Introduces
app/icon.svgfor a modern SVG favicon. - Adds
app/opengraph-image.tsxrendering an edge-runtime OG image vianext/og. - Extends
metadatainapp/layout.tsxwithmetadataBase, OGurl/siteName/locale, and a Twitter card.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/app/icon.svg | New branded SVG favicon ("Rx" on dark rounded background). |
| website/app/opengraph-image.tsx | New dynamic OG image route at the edge runtime. |
| website/app/layout.tsx | Adds metadataBase, expanded OG fields, and Twitter card metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
🎉 This PR is included in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
The website had no branded favicon and incomplete OpenGraph metadata — missing
metadataBase, OG image, Twitter card, and several OG fields needed for correct social sharing previews.Changes
app/icon.svg#D97757) on a dark rounded backgroundfavicon.icofor modern browsers that prefer SVGapp/opengraph-image.tsxImageResponseat the edge runtimeog:imageandtwitter:imagetagsapp/layout.tsxmetadataBase(required for absolute OG image URLs) — defaults tohttps://rxcode.app, overridable viaNEXT_PUBLIC_SITE_URLopenGraph.url,openGraph.siteName,openGraph.localetwittercard (summary_large_image) with matching title/description