fix(blog): replace unreadable mermaid diagram in custom domains post - #7947
Conversation
…domains post Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review WalkthroughAn inline Mermaid sequence diagram illustrating the ACME ChangesMermaid Diagram to React Component Conversion
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
There was a problem hiding this comment.
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/blog/content/blog/prisma-compute-custom-domains/index.mdx`:
- Around line 56-66: Swap the order of steps 6 and 7 in the table to reflect the
correct ACME http-01 validation sequence. Currently, step 6 shows the
Certificate authority checking the HTTP challenge path before step 7 shows
Prisma Compute serving the challenge response. In the ACME flow, Prisma Compute
must publish the challenge response at the target URL first, then the
Certificate authority can validate it by checking that path. Move the "Serve
challenge response" action to step 6 and the "Check HTTP challenge path" action
to step 7 to match both the correct ACME sequence and the prose description.
🪄 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: 24317fdc-ff63-4eab-aed3-98d75bde353f
📒 Files selected for processing (1)
apps/blog/content/blog/prisma-compute-custom-domains/index.mdx
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces the mermaid sequence diagram in the Prisma Compute custom domains post with a plain table. The mermaid renderer outputs very faint/washed-out text that makes the diagram hard to follow.
🤖 Generated with Claude Code
Summary by CodeRabbit