Add pages_build_output_dir to wrangler.toml to specify the correct build output directory for Cloudflare Pages deployment.
6 lines
218 B
TOML
6 lines
218 B
TOML
# Cloudflare Pages Configuration
|
|
# For manual deployment use: wrangler pages deploy web/dist --project-name=ai-code-battle
|
|
|
|
name = "ai-code-battle"
|
|
compatibility_date = "2024-01-01"
|
|
pages_build_output_dir = "web/dist"
|