diff --git a/.changeset/quiet-readers-beg.md b/.changeset/quiet-readers-beg.md new file mode 100644 index 0000000..13a7883 --- /dev/null +++ b/.changeset/quiet-readers-beg.md @@ -0,0 +1,5 @@ +--- +"astro-turnstile": minor +--- + +Updated to use data attribute instead of comment diff --git a/package/lib/components/TurnstileForm.astro b/package/lib/components/TurnstileForm.astro index d484659..7c909f5 100644 --- a/package/lib/components/TurnstileForm.astro +++ b/package/lib/components/TurnstileForm.astro @@ -25,11 +25,11 @@ const { const siteUrl = Astro.site; --- -