Skip to content

Add redesigned /stack social (OG) image#8012

Merged
ankur-arch merged 3 commits into
mainfrom
stack/og-image
Jul 6, 2026
Merged

Add redesigned /stack social (OG) image#8012
ankur-arch merged 3 commits into
mainfrom
stack/og-image

Conversation

@tylerhogarth

@tylerhogarth tylerhogarth commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #8002 (already merged).

The /stack page's og:image / twitter:image still pointed at the old 600×315 "Prisma in your stack — The ORM that plays well with any framework" card. This swaps in the redesigned 1200×630 Prisma Stack card ("The stack simplified: Prisma + {framework}") so link previews (X, Slack, LinkedIn) match the new page.

No code change: the metadata already references /og/og-stack.png.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Refreshed the /stack page metadata (title and description) to better describe Prisma Stack and call out technologies like Prisma Compute, Prisma Postgres, Bun, and TypeScript.
    • Updated the corresponding “Stack” section text to match the new Prisma Stack-focused messaging.

Replace the stale 600x315 ORM card with the 1200x630 Prisma Stack card
that matches the merged redesign (#8002). The page metadata already
references /og/og-stack.png, so no code change is needed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@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 11:37am
docs Ready Ready Preview, Comment Jul 6, 2026 11:37am
eclipse Ready Ready Preview, Comment Jul 6, 2026 11:37am
site Ready Ready Preview, Comment Jul 6, 2026 11:37am

Request Review

@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Important

Review skipped

No new commits to review since the last review.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ce4c089a-cadc-4b50-982d-11324d77e90c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Walkthrough

This change updates the /stack page metadata and the corresponding Stack copy used in LLM full-content output to new Prisma Stack-focused title and description text.

Changes

Stack Copy Refresh

Layer / File(s) Summary
Update /stack page metadata
apps/site/src/app/stack/page.tsx
The /stack page title and description constants used for metadata were revised.
Sync Stack content copy
apps/site/src/app/llms-content.ts
The /stack entry in sitePages and the Stack description in buildLlmsFullContent were updated to matching Prisma Stack wording.

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

Related issues: None found in the provided context.

Related PRs: None found in the provided context.

Suggested labels: documentation, content

Suggested reviewers: None specified.

🚥 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 matches the PR’s main goal: updating the /stack social preview to the redesigned Prisma Stack card.
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) ⚠️ Changes detected (Review) 1 changed Jul 6, 2026, 11:45 AM

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@apps/site/src/app/stack/page.tsx`:
- Around line 12-14: The /stack LLM content is out of sync with the page
metadata, so update the corresponding entry in llms-content.ts to match the
current title and description used by stack/page.tsx. Use the stack page’s
metadata values as the source of truth and ensure the /stack entry reflects the
same wording in the relevant content object or export.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 635721ad-fae2-491c-b3b7-ad82bfbc65f6

📥 Commits

Reviewing files that changed from the base of the PR and between 4ce472a and 5446ee2.

⛔ Files ignored due to path filters (1)
  • apps/site/public/og/og-stack.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • apps/site/src/app/stack/page.tsx

Comment thread apps/site/src/app/stack/page.tsx
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@tylerhogarth

Copy link
Copy Markdown
Contributor Author

@coderabbitai review and approve

@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

@tylerhogarth Reviewed the changes — this is a straightforward metadata update (title/description in apps/site/src/app/stack/page.tsx and the matching entries in apps/site/src/app/llms-content.ts) to keep the /stack page's LLM content in sync with the new social preview copy. No logic changes, low risk, and consistent between both files. Approving now.

✅ Action performed

Comments resolved. Approval is disabled; enable reviews.request_changes_workflow to allow explicit top-level @coderabbitai resolve or @coderabbitai approve commands.


Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@ankur-arch ankur-arch merged commit e531e54 into main Jul 6, 2026
16 of 17 checks passed
@ankur-arch ankur-arch deleted the stack/og-image branch July 6, 2026 12:01
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