fix: use correct publish key in netlify.toml instead of dir#424
fix: use correct publish key in netlify.toml instead of dir#424muhammedogz wants to merge 1 commit intoTanStack:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughFixed invalid Netlify configuration in both React and Solid framework templates by replacing the non-standard Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 generated netlify.toml files used dir under [build], which is not a valid Netlify configuration key. Changed it to publish as documented in the official Netlify TanStack Start guide (https://docs.netlify.com/build/frameworks/framework-setup-guides/tanstack-start/).
Closes #423
Summary by CodeRabbit