From ae8cfc948fb9a5590ad6c614f86e6467e122c2e0 Mon Sep 17 00:00:00 2001 From: Gremlin Date: Wed, 1 Jul 2026 12:33:59 +0000 Subject: [PATCH] fix(blog): de-duplicate Prisma Compute seriesIndex Two Prisma Compute series posts shared seriesIndex: 9 (prisma-compute-time-synchronization and evaluating-object-storage-providers-for-prisma-compute). Renumber the later-merged post (PR #7985) from 9 to 10 so the series runs a unique, sequential, gap-free 1-10 across all ten posts. --- .../index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/blog/content/blog/evaluating-object-storage-providers-for-prisma-compute/index.mdx b/apps/blog/content/blog/evaluating-object-storage-providers-for-prisma-compute/index.mdx index a3350129d1..6419405ae9 100644 --- a/apps/blog/content/blog/evaluating-object-storage-providers-for-prisma-compute/index.mdx +++ b/apps/blog/content/blog/evaluating-object-storage-providers-for-prisma-compute/index.mdx @@ -13,7 +13,7 @@ tags: - "platform" - "ai" series: prisma-compute -seriesIndex: 9 +seriesIndex: 10 --- We built [Prisma Compute](https://www.prisma.io/docs/compute), now in [public beta](/blog/launching-prisma-compute-public-beta), because existing serverless compute offerings felt too limited. It runs [Bun](https://bun.sh/) in microVMs and uses automatic memory snapshotting, so it gives much of the feel of a long-running server with the pricing model of serverless.