diff --git a/src/pages/contact.astro b/src/pages/contact.astro index e0a3fd9..7a45dad 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -77,6 +77,13 @@ const turnstileSiteKey = import.meta.env.PUBLIC_TURNSTILE_SITE_KEY ?? ""; Send a message
+ { + !turnstileSiteKey && ( +

+ Turnstile is not configured. Set PUBLIC_TURNSTILE_SITE_KEY and redeploy to enable the form. +

+ ) + }