Skip to content

Commit cfebe67

Browse files
dahliaclaude
andcommitted
Fix Buttondown form action URL
Use embed-subscribe endpoint for HTML form submission. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 60225a1 commit cfebe67

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

.claude/settings.local.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ dist-ssr
2424
*.sw?
2525

2626
.playwright-mcp/
27+
.claude/settings.local.json

src/components/NewsletterSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<!-- Form -->
3333
<div class="max-w-md mx-auto">
3434
<form
35-
action="https://buttondown.com/api/emails/fedify-studio"
35+
action="https://buttondown.com/api/emails/embed-subscribe/fedify-studio"
3636
method="post"
3737
target="_blank"
3838
class="relative"

0 commit comments

Comments
 (0)