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:
parent
724f5162b1
commit
76369b5252
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue