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:
parent
4aca8add20
commit
be41af831f
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue