Fix R2 custom domain in pages.json to match project spec

Update r2_data URL from data.aicodebattle.com to r2.aicodebattle.com
to match the planned R2 bucket custom domain in the project plan.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jedarden 2026-03-26 22:10:37 -04:00
parent 4aca8add20
commit be41af831f

View file

@ -15,7 +15,7 @@
},
"data_paths": {
"pages_data": "https://aicodebattle.com/data",
"r2_data": "https://data.aicodebattle.com"
"r2_data": "https://r2.aicodebattle.com"
},
"deployment": {
"method": "wrangler pages deploy",