Skip to content

feat(website): implement dynamic OG image generation#8

Merged
sirily11 merged 4 commits into
mainfrom
copilot/generate-og-image-frontend
May 14, 2026
Merged

feat(website): implement dynamic OG image generation#8
sirily11 merged 4 commits into
mainfrom
copilot/generate-og-image-frontend

Conversation

Copilot AI commented May 14, 2026

Copy link
Copy Markdown
Contributor
  • Identify cause — opengraph-image.tsx passes a plain Request to GET() which requires NextRequest
  • Extract shared render logic into app/lib/og-image.tsx
  • Update app/api/og/route.tsx to use the shared helper
  • Update app/opengraph-image.tsx to call the shared helper directly (no request object needed)

@vercel

vercel Bot commented May 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rxcode Ready Ready Preview, Comment May 14, 2026 10:40am

Request Review

@sirily11 sirily11 marked this pull request as ready for review May 14, 2026 10:25
Copilot AI review requested due to automatic review settings May 14, 2026 10:25
@autopilot-project-manager autopilot-project-manager Bot added the enhancement New feature or request label May 14, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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, and pnpm-lock.yaml to website/.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.

@autopilot-project-manager autopilot-project-manager Bot changed the title chore(website): enforce bun-only lockfile via .gitignore feat(website): implement dynamic OG image generation May 14, 2026
@autopilot-project-manager autopilot-project-manager Bot added the bug Something isn't working label May 14, 2026
@sirily11 sirily11 enabled auto-merge (squash) May 14, 2026 10:44
@sirily11 sirily11 merged commit c992bc3 into main May 14, 2026
6 checks passed
@sirily11 sirily11 deleted the copilot/generate-og-image-frontend branch May 14, 2026 10:45
@sirily11

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants