Persist contact email vars in wrangler config

This commit is contained in:
Calum Muir 2025-12-22 13:45:24 +00:00
parent 787256b5c6
commit c50b6ea499

View file

@ -7,4 +7,8 @@
"binding": "ASSETS", "binding": "ASSETS",
"not_found_handling": "single-page-application", "not_found_handling": "single-page-application",
}, },
"vars": {
"CONTACT_FROM_EMAIL": "DoNotReply@fff074df-fa43-47e1-bc50-ed615096a145.azurecomm.net",
"CONTACT_TO_EMAIL": "calum@muir.in",
},
} }