Fix pages wrangler configuration file by specifying build directory
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m4s

This commit is contained in:
2025-02-03 17:20:30 +10:30
parent 8b5dfc68f3
commit 174996d572

View File

@@ -2,5 +2,6 @@
"$schema": "node_modules/wrangler/config-schema.json", "$schema": "node_modules/wrangler/config-schema.json",
"name": "resume", "name": "resume",
"compatibility_date": "2025-01-29", "compatibility_date": "2025-01-29",
"services": [{ "binding": "SERVICE", "service": "contact-email" }] "services": [{ "binding": "SERVICE", "service": "contact-email" }],
"pages_build_output_dir": "build"
} }