feat(ci): configure Cloudflare Pages build output directory
Add pages_build_output_dir to wrangler.toml to specify the correct build output directory for Cloudflare Pages deployment.
This commit is contained in:
parent
f426237d14
commit
9804d4c941
1 changed files with 1 additions and 0 deletions
|
|
@ -3,3 +3,4 @@
|
|||
|
||||
name = "ai-code-battle"
|
||||
compatibility_date = "2024-01-01"
|
||||
pages_build_output_dir = "web/dist"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue