fix(spa): replace /r2/ data path prefix with /b2/

- Update R2_COMMENTARY_BASE constant from '/r2' to '/b2'
- Storage migrated from Cloudflare R2 to Backblaze B2
- All data-fetch URLs now use b2.aicodebattle.com subdomain

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
jedarden 2026-06-16 23:17:10 -04:00
parent 724f5162b1
commit 76369b5252

View file

@ -503,7 +503,7 @@ export interface EnrichedIndex {
entries: EnrichedMatchEntry[];
}
const R2_COMMENTARY_BASE = '/r2';
const R2_COMMENTARY_BASE = '/b2';
export async function fetchCommentary(matchId: string): Promise<EnrichedCommentary | null> {
try {