Commit Graph

2 Commits

Author SHA1 Message Date
Heimdall
2c9c36c40c Fix SSG compatibility: fallback /path.html to /path/index.html
All checks were successful
TypeScript CI / build (push) Successful in 36s
Deploy to R2 / deploy (push) Successful in 1m46s
Astro and other SSG frameworks generate /path/index.html instead of /path.html.
Added fallback logic so /products resolves to /products/index.html when
/products.html doesn't exist in R2.
2026-04-01 04:47:54 +00:00
kappa
8850031c45 Initial commit: CF Multisite 멀티테넌트 정적 호스팅
- Cloudflare Workers + R2 기반
- Edge 캐싱으로 비용 절감
- 티어별 Rate Limiting (free/basic/pro)
- KV 기반 사용량 추적
- Admin API (usage, customers, tiers, stats)
- Gitea Actions 배포 워크플로우

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 09:20:46 +09:00