ai-code-battle/web/wrangler.toml
jedarden ae0f072f80 feat(web): route R2 assets through Pages Function instead of r2.aicodebattle.com
The aicodebattle.com domain was never registered. Replace all hardcoded
https://r2.aicodebattle.com references with the /r2/ relative path, served
by a Cloudflare Pages Function that reads from the acb-data R2 bucket via
binding. Adds web/functions/r2/[[path]].ts and web/wrangler.toml.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 07:55:44 -04:00

6 lines
120 B
TOML

name = "ai-code-battle"
pages_build_output_dir = "dist"
[[r2_buckets]]
binding = "ACB_BUCKET"
bucket_name = "acb-data"