Files
website/wrangler.json
vato007 174996d572
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m4s
Fix pages wrangler configuration file by specifying build directory
2025-02-03 17:20:30 +10:30

8 lines
225 B
JSON

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