Reverted to c960860's proven configuration:
- NO MapRazorComponents (pure static WASM delivery)
- MapFallbackToFile for admin/portal SPA routing
- UseStaticFiles("/admin") for path-based static file serving
Issue with blazor.boot.json:
- MapRazorComponents should auto-generate it, but doesn't in our setup
- c960860 also had no MapRazorComponents, suggesting static-only approach works
- SRI integrity check failures may be browser cache or other cause
Current approach (c960860):
- WASM files served as pure static assets ✅
- MapFallbackToFile routes SPA requests ✅
- Next: Direct browser testing to verify WASM renders
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- 프로젝트 개요 및 포지셔닝
- 기술 스택 및 아키텍처
- 주요 기능 (공개사이트, 관리자)
- 빠른 시작 가이드
- 배포 프로세스 (자동/수동)
- 개발 지침 (코드 컨벤션)
- 문제 해결 (FAQ)
- 개발 로그 (W0~W6 완료)
프로젝트 완성!
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>