feat(blog): add Prisma Compute custom domains post - #7942
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughAdds a new MDX blog post documenting Prisma Compute custom domains: user DNS/CNAME setup, ACME http-01 certificate issuance and trade-offs (including apex handling), encrypted certificate/key storage design, request routing with an encrypted certificate cache, and a brief conclusion. ChangesCustom Domains Documentation
🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 27-32: Update the user-facing step list in the blog content:
clarify that adding a custom domain requires an existing production app with a
promoted, live deployment (replace or augment the "Add a custom domain to a
Prisma Compute service..." line to state this prerequisite) and replace the
current "Deploy your service" step with a step that instructs the user to wait
for DNS propagation and TLS provisioning (e.g., "Wait for the domain to become
active — DNS verification and TLS provisioning happen automatically; use app
domain wait to monitor status"). Ensure the phrasing matches the flow described
in apps/docs/content/docs/compute/domains.mdx and that the terms "app domain
wait", "CNAME record", and "production app with a promoted, live deployment"
appear so readers can correlate steps.
🪄 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: e0ae71e9-716e-4f09-abbf-dc5c66f28f84
📒 Files selected for processing (1)
apps/blog/content/blog/prisma-compute-custom-domains/index.mdx
…to custom domains post Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…s post Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds a Prisma Compute launch blog post explaining how custom domains work, why the setup uses one DNS record, and what trade-offs come with that simplicity.
Validation
pnpm --filter blog checkpassed with 0 errors.Summary by CodeRabbit