Skip to content

Update Open Graph image to new Tiles logo - #84

Draft
feynon wants to merge 1 commit into
mainfrom
cursor/opengraph-new-tiles-logo-8512
Draft

Update Open Graph image to new Tiles logo#84
feynon wants to merge 1 commit into
mainfrom
cursor/opengraph-new-tiles-logo-8512

Conversation

@feynon

@feynon feynon commented Apr 10, 2026

Copy link
Copy Markdown
Member

Summary

The site’s social preview is generated by /api/og (referenced from root and page metadata). This change switches the graphic to the new Tiles v1.2 filled banner SVG (public/tiles_tlogo_banner_v1.2/svg/tiles_banner_fill_blk.svg), with fallbacks to lighticon.png and logo.png if the SVG cannot be loaded.

Details

  • SVG support: The OG route now builds a UTF-8 base64 data:image/svg+xml URL so @vercel/og can render the vector wordmark.
  • Layout: Wider logo slot (560×200) fits the horizontal banner.
  • Typography: The tagline uses Geist when the font loads successfully.
  • Caching: The new SVG path is included in BRANDING_ASSET_FILES so it gets the same short Cache-Control as other branding assets when you replace files in place.

Testing

  • Not run: eslint is not installed in this repo’s devDependencies; tsc reports pre-existing project errors unrelated to this change.
Open in Web Open in Cursor 

- Prefer tiles_banner_fill_blk.svg from tiles_tlogo_banner_v1.2 with PNG fallbacks
- Encode SVG as UTF-8 base64 data URL for @vercel/og
- Apply Geist font to tagline when loaded
- Add OG SVG path to branding cache-bust headers in next.config

Co-authored-by: Ankesh Bharti <hey@ankeshbharti.com>
@vercel

vercel Bot commented Apr 10, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
tiles-next Ready Ready Preview, Comment, Open in v0 Apr 10, 2026 9:14pm

Request Review

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants