Try adding contact form with email
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m33s

This commit is contained in:
2025-02-02 20:55:08 +10:30
parent fd4f30e33f
commit f2227f673e
10 changed files with 1292 additions and 5 deletions

6
wrangler.toml Normal file
View File

@@ -0,0 +1,6 @@
send_email = [
{name = "michael", destination_address = "contact@michaelpivato.dev"},
]
compatibility_flags = [ "nodejs_compat" ]
compatibility_date = "2024-09-23"