Skip to content

blog: add Prisma Compute series tag to Vercel pricing post#8014

Merged
ankur-arch merged 1 commit into
mainfrom
blog/add-compute-series-to-vercel-pricing-post
Jul 6, 2026
Merged

blog: add Prisma Compute series tag to Vercel pricing post#8014
ankur-arch merged 1 commit into
mainfrom
blog/add-compute-series-to-vercel-pricing-post

Conversation

@prisma-gremlin

@prisma-gremlin prisma-gremlin Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Martin's post "Prisma Compute vs Vercel Pricing" (slug prisma-compute-vs-vercel-pricing) was missing the frontmatter field that includes it in the Prisma Compute blog series (https://blog.prisma.io/blog/series/prisma-compute).

Change

Added series: prisma-compute to the post's YAML frontmatter.

 metaImagePath: "/prisma-compute-vs-vercel-pricing/imgs/meta.png"
+series: prisma-compute
 tags:
   - "prisma-postgres"
   - "platform"

How the format was determined

Inspected the 10 existing posts already in the Prisma Compute series (e.g. launching-prisma-compute-public-beta, prisma-compute-time-synchronization, price-the-work-not-the-workflow, bun-rust-rewrite-prisma-compute, prisma-compute-custom-domains). Every one declares membership with the same field: series: prisma-compute (unquoted, matching the registry key). This was confirmed against the single source of truth apps/blog/src/lib/series-registry.ts, whose header states: "In each post in the series, set series: <key> and seriesIndex: N in the frontmatter." Membership is determined solely by series === seriesKey (apps/blog/src/lib/series.ts); seriesIndex only affects ordering and is optional, so only the series field was added. The post (dated 2026-07-01) sorts last (11/11) by date, which is the correct position.

Only the one frontmatter line was changed; the post body and all other frontmatter fields are untouched, and the YAML remains valid.

Created by Mohawk

Summary by CodeRabbit

  • Documentation
    • Updated the blog post metadata to include it in the Prisma Compute series.

@vercel

vercel Bot commented Jul 6, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Jul 6, 2026 12:10pm
docs Ready Ready Preview, Comment Jul 6, 2026 12:10pm
eclipse Ready Ready Preview, Comment Jul 6, 2026 12:10pm
site Ready Ready Preview, Comment Jul 6, 2026 12:10pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e0a88fbc-36c6-4104-a61c-7ba88cd8c49e

📥 Commits

Reviewing files that changed from the base of the PR and between e531e54 and 22d65e5.

📒 Files selected for processing (1)
  • apps/blog/content/blog/prisma-compute-vs-vercel-pricing/index.mdx

Walkthrough

A single-line frontmatter addition adds series: prisma-compute to the MDX file for the "prisma-compute-vs-vercel-pricing" blog post. No other content or behavior is modified.

Changes

Frontmatter Update

Layer / File(s) Summary
Add series field to blog post frontmatter
apps/blog/content/blog/prisma-compute-vs-vercel-pricing/index.mdx
Adds a series: prisma-compute entry to the frontmatter of this blog post.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • prisma/web#7943: Introduces the Prisma Compute series metadata/registry and page that this frontmatter entry ties into.
  • prisma/web#7993: Modifies the same blog post file, adding related frontmatter content.
  • prisma/web#7994: Adjusts seriesIndex for another post in the same Prisma Compute series.

Well, this is about as low-risk as changes come — one line, one field, zero logic. It's the code review equivalent of checking someone spelled their own name correctly. Ship it.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the change: adding the Prisma Compute series tag to the Vercel pricing blog post.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Comment @coderabbitai help to get the list of available commands.

@argos-ci

argos-ci Bot commented Jul 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Jul 6, 2026, 12:16 PM

@ankur-arch ankur-arch merged commit ab46611 into main Jul 6, 2026
16 of 17 checks passed
@ankur-arch ankur-arch deleted the blog/add-compute-series-to-vercel-pricing-post branch July 6, 2026 12:15
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.

1 participant