Add a contact form to the resume (#1)
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m6s
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m6s
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
14
contact-email-worker/wrangler.json
Normal file
14
contact-email-worker/wrangler.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$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"]
|
||||
}
|
||||
Reference in New Issue
Block a user