diff --git a/apps/blog/content/blog/bun-rust-rewrite-prisma-compute/index.mdx b/apps/blog/content/blog/bun-rust-rewrite-prisma-compute/index.mdx index 5b45dff69f..9676a95cee 100644 --- a/apps/blog/content/blog/bun-rust-rewrite-prisma-compute/index.mdx +++ b/apps/blog/content/blog/bun-rust-rewrite-prisma-compute/index.mdx @@ -6,7 +6,7 @@ authors: - "Alexey Orlenko" metaTitle: "We put Bun's Rust rewrite in production on Prisma Compute" 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." -heroImagePath: "/bun-rust-rewrite-prisma-compute/imgs/hero.svg" +heroImagePath: "/bun-rust-rewrite-prisma-compute/imgs/hero.png" heroImageAlt: "Bun, Rust, and Prisma Compute" metaImagePath: "/bun-rust-rewrite-prisma-compute/imgs/meta.png" tags: diff --git a/apps/blog/public/bun-rust-rewrite-prisma-compute/imgs/hero.png b/apps/blog/public/bun-rust-rewrite-prisma-compute/imgs/hero.png new file mode 100644 index 0000000000..57e6f427c2 Binary files /dev/null and b/apps/blog/public/bun-rust-rewrite-prisma-compute/imgs/hero.png differ diff --git a/apps/blog/public/bun-rust-rewrite-prisma-compute/imgs/hero.svg b/apps/blog/public/bun-rust-rewrite-prisma-compute/imgs/hero.svg deleted file mode 100644 index 84fe2ebd6f..0000000000 --- a/apps/blog/public/bun-rust-rewrite-prisma-compute/imgs/hero.svg +++ /dev/null @@ -1 +0,0 @@ -Bun Rust rewrite in production on Prisma ComputeBun, Rust, and Prisma Compute connected as a production runtime stack.PRISMA COMPUTEBun's Rust rewritein productionRuntime reliability for long-lived Compute appsBunRustPrisma \ No newline at end of file diff --git a/apps/blog/public/bun-rust-rewrite-prisma-compute/imgs/meta.png b/apps/blog/public/bun-rust-rewrite-prisma-compute/imgs/meta.png index 1ed24791cf..f4acd8333c 100644 Binary files a/apps/blog/public/bun-rust-rewrite-prisma-compute/imgs/meta.png and b/apps/blog/public/bun-rust-rewrite-prisma-compute/imgs/meta.png differ