chore: action update

This commit is contained in:
Cory Dransfeldt 2024-06-08 09:14:15 -07:00
parent 383c5b2a4e
commit 1a69dc8e86
No known key found for this signature in database

View file

@ -15,9 +15,9 @@ description: How to contact me.
<li>File an issue on the appropriate repo over at <a href="https://github.com/cdransf">GitHub</a></li> <li>File an issue on the appropriate repo over at <a href="https://github.com/cdransf">GitHub</a></li>
</ul> </ul>
</div> </div>
<form onsubmit="if (typeof plausible === 'function') { plausible('Contact form submitted', { props: { name: this.name.value, email: this.email.value, message: this.message.value } }) }" class="column" method="POST" action="/contact/success" name="contact" netlify netlify-honeypot="bot-field"> <form onsubmit="if (typeof plausible === 'function') { plausible('Contact form submitted', { props: { name: this.name.value, email: this.email.value, message: this.message.value } }) }" class="column" method="POST" action="https://coryd.dev/api/contact" name="contact">
<label class="hidden"> <label class="hidden">
Don't fill this out if you're human: <input name="bot-field" /> Don't fill this out if you're human: <input type="text" name="hp_name">
</label> </label>
<label> <label>
<span class="hidden">Name</span> <span class="hidden">Name</span>