Connect contact form to Formspree
All checks were successful
/ deploy (push) Successful in 47s

This commit is contained in:
Loyyd 2026-07-10 11:30:52 +02:00
parent a5869d2b83
commit b8cd4f0789
5 changed files with 16 additions and 11 deletions

View file

@ -1,11 +1,10 @@
# Hosted form endpoint used by the contact form.
# Examples: Formspree, Basin, Getform, or a self-hosted POST endpoint.
# Optional override for the hosted contact-form endpoint configured in src/config/contact.ts.
PUBLIC_CONTACT_FORM_ENDPOINT=
# Optional comma-separated fallback recipients used by the mailto fallback.
PUBLIC_CONTACT_RECIPIENTS=directors@familyfed.ie,info@familyfed.ie,media@familyfed.ie
# Optional admin URL for reviewing stored contact form submissions.
# Optional override for the submissions URL configured in src/config/contact.ts.
PUBLIC_CONTACT_SUBMISSIONS_URL=
# Optional Plausible analytics configuration.