Merge branch 'main' of gitea.jeffemmett.com:jeffemmett/post-app-website-new

# Conflicts:
#	components/newsletter-signup.tsx
This commit is contained in:
Jeff Emmett 2026-02-07 14:16:39 +01:00
commit 0b7b0d0498
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export function NewsletterSignup() {
setStatus("loading")
try {
const response = await fetch(`NEWSLETTER_API`, {
const response = await fetch(NEWSLETTER_API, {
method: "POST",
headers: {
"Content-Type": "application/json",