feat(website): implement dynamic OG image generation#8
Merged
Conversation
Agent-Logs-Url: https://github.com/rxtech-lab/rxcode/sessions/c3de470f-cecb-4da9-94f6-0babfd7b9df7 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:25
View session
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR keeps the website aligned with its Bun-based dependency workflow by ignoring lockfiles generated by other package managers.
Changes:
- Adds
package-lock.json,yarn.lock, andpnpm-lock.yamltowebsite/.gitignore. - Documents the intent to use Bun as the only package manager for the website.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Agent-Logs-Url: https://github.com/rxtech-lab/rxcode/sessions/d0d16644-d91f-4fd1-bb17-04ef9256240f Co-authored-by: sirily11 <32106111+sirily11@users.noreply.github.com>
Agent-Logs-Url: https://github.com/rxtech-lab/rxcode/sessions/d0d16644-d91f-4fd1-bb17-04ef9256240f Co-authored-by: sirily11 <32106111+sirily11@users.noreply.github.com>
Agent-Logs-Url: https://github.com/rxtech-lab/rxcode/sessions/1b844b7a-139b-4ad0-876c-57372363a380 Co-authored-by: sirily11 <32106111+sirily11@users.noreply.github.com>
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.
opengraph-image.tsxpasses a plainRequesttoGET()which requiresNextRequestapp/lib/og-image.tsxapp/api/og/route.tsxto use the shared helperapp/opengraph-image.tsxto call the shared helper directly (no request object needed)