Merge branch 'main' of gitea.jeffemmett.com:jeffemmett/mycofi-earth-website
# Conflicts: # components/newsletter-signup.tsx
This commit is contained in:
commit
56bb9e73d2
|
|
@ -21,7 +21,7 @@ export function NewsletterSignup() {
|
||||||
setStatus("loading")
|
setStatus("loading")
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch(`NEWSLETTER_API`, {
|
const response = await fetch(NEWSLETTER_API, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue