Add a contact form to the resume #1

Merged
vato007 merged 18 commits from contact-form into main 2025-02-03 18:10:13 +10:30
Showing only changes of commit 174996d572 - Show all commits

View File

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