fix: nitro v3 plugin link in the hosting docs#5253
fix: nitro v3 plugin link in the hosting docs#5253schiller-manuel merged 1 commit intoTanStack:mainfrom
Conversation
WalkthroughUpdated documentation for React hosting: in the Vercel deployment guide, the Nitro v3 Vite plugin reference was changed from nitro-vite to nitro-nightly. No other content changes reported. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (2)docs/**/*.{md,mdx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
docs/{router,start}/**📄 CodeRabbit inference engine (AGENTS.md)
Files:
🔇 Additional comments (1)
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The nitro v3 plugin link is incorrect, fix with correct one <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated Vercel deployment guide to reference the correct Nitro v3 Vite plugin (now nitro-nightly), keeping the BETA status note. * Clarifies deployment steps for React users relying on Nitro v3, reducing confusion from outdated plugin naming. * Ensures alignment with current tooling to improve setup reliability and developer confidence. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
The nitro v3 plugin link is incorrect, fix with correct one
Summary by CodeRabbit