From 9804d4c9416bfdf6ca9919098a50dd1933656606 Mon Sep 17 00:00:00 2001 From: jedarden Date: Wed, 8 Apr 2026 17:07:37 -0400 Subject: [PATCH] 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. --- wrangler.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wrangler.toml b/wrangler.toml index ac68db9..fbfcbbe 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -3,3 +3,4 @@ name = "ai-code-battle" compatibility_date = "2024-01-01" +pages_build_output_dir = "web/dist"