Files
website/contact-email-worker/wrangler.json
vato007 e0c12292cd
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m6s
Add a contact form to the resume (#1)
Reviewed-on: #1
2025-02-03 18:10:09 +10:30

15 lines
362 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "contact-email",
"main": "src/index.ts",
"compatibility_date": "2025-01-29",
"observability": {
"enabled": true
},
"send_email": [
{ "name": "SEB", "destination_address": "contact@michaelpivato.dev" }
],
"workers_dev": false,
"compatibility_flags": ["nodejs_compat"]
}