Skip to content

Commit 576e923

Browse files
ankur-archclaude
andauthored
fix(blog): real logos on the Bun Rust rewrite cover (#7989)
* fix(blog): use real Bun/Rust/Prisma logos on the Bun Rust rewrite cover The cover for "We put Bun's Rust rewrite in production on Prisma Compute" used crude geometric stand-ins for the logos: a flat circle for Bun, a stretched diamond for Rust, and an asymmetric outline triangle for Prisma. They read as deformed. Replace each with the official logo mark (from apps/site/public/icons/technologies), embedded as a nested <svg> with its own viewBox and preserveAspectRatio="xMidYMid meet" so they scale uniformly and never warp. Rust is recolored to the cover's orange and Prisma to its teal accent; Bun keeps its native colors. Embedded ids are prefixed to avoid colliding with the cover's gradient/filter ids. Regenerated meta.png (1200x630) from the corrected SVG. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix(blog): replace Bun Rust rewrite cover with the on-brand designed art The hand-built SVG (geometric/gear logos) still read as off-brand. Swap it for the finished cover: centered title with "Rust rewrite" in the brand teal, Bun's logo, Ferris (the Rust crab), and a Compute chip mark on glowing tiles, with the Prisma wordmark. - Add hero.png (1600x840) and regenerate meta.png (1200x630) from it. - Point heroImagePath at hero.png and drop the old hero.svg. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent efe5d35 commit 576e923

4 files changed

Lines changed: 1 addition & 2 deletions

File tree

β€Žapps/blog/content/blog/bun-rust-rewrite-prisma-compute/index.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
- "Alexey Orlenko"
77
metaTitle: "We put Bun's Rust rewrite in production on Prisma Compute"
88
metaDescription: "Why Prisma Compute's public beta runs on Bun's Rust rewrite canary: the memory and connection-pool failures we hit on stable Bun, and what changed."
9-
heroImagePath: "/bun-rust-rewrite-prisma-compute/imgs/hero.svg"
9+
heroImagePath: "/bun-rust-rewrite-prisma-compute/imgs/hero.png"
1010
heroImageAlt: "Bun, Rust, and Prisma Compute"
1111
metaImagePath: "/bun-rust-rewrite-prisma-compute/imgs/meta.png"
1212
tags:
494 KB
Loading

β€Žapps/blog/public/bun-rust-rewrite-prisma-compute/imgs/hero.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.
188 KB
Loading

0 commit comments

Comments
Β (0)