From 76369b5252cbf0a336b28cd6f1f92bff1211954d Mon Sep 17 00:00:00 2001 From: jedarden Date: Tue, 16 Jun 2026 23:17:10 -0400 Subject: [PATCH] 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 --- web/src/api-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/api-types.ts b/web/src/api-types.ts index aef529b..8423956 100644 --- a/web/src/api-types.ts +++ b/web/src/api-types.ts @@ -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 { try {