Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughVercel 배포 환경에서 SPA(Single Page Application) 라우팅을 지원하기 위해 새로운 설정 파일 Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Suggested reviewers
📝 리뷰 코멘트좋은 설정입니다! ✨ SPA의 클라이언트 라우팅을 제대로 지원하기 위한 필수 설정이 잘 추가되었습니다. 한 가지 참고할 점은 이 설정이 정적 자산(CSS, JS, 이미지 등)에도 적용되지 않도록 더 정교한 규칙을 고려해볼 수 있다는 점입니다. 개선 제안: {
"rewrites": [
{
"source": "/:path((?!.*\\.).*)",
"destination": "/index.html"
}
]
}이 정규식은 파일 확장자가 없는 경로만 참고 문서: Vercel Rewrites 공식 문서 ✨ 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 |
Release v0.2.0 (#60) - @JiiminHa