-
Notifications
You must be signed in to change notification settings - Fork 0
Update opengraph image theme #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: hey <[email protected]>
Cursor Agent can help with this pull request. Just |
WalkthroughReplaces the OG image API output with a minimal, centered design: only Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant C as Client
participant API as /api/og
participant R as Renderer
C->>API: GET /api/og?title=...
API->>R: Provide title (or default "Tilekit")
alt title provided AND != "Tilekit"
R->>R: Render main heading + secondary subtitle + icon grid
else
R->>R: Render main heading + icon grid
end
R->>API: Return PNG/SVG (1200×630, black bg, white text)
API-->>C: 200 OK (image)
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Free 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (1)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hey <[email protected]>
Update the Open Graph image theme to the new 'Tiles Launcher' design.
Summary by CodeRabbit
New Features
Style