Release 2025-05-19

This commit is contained in:
pluja
2025-05-19 10:10:06 +00:00
commit 046c4559e5
267 changed files with 49432 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
type Props = {
name: string
}
//
---
<input
type="text"
name={Astro.props.name || 'message'}
aria-hidden="true"
style="display:none !important"
autocomplete="off"
tabindex="-1"
data-1p-ignore
data-lpignore="true"
data-bwignore
data-form-type="other"
/>