Aggiunge newsletter custom con D1, double opt-in e invio campagne.
Attiva il form footer, API subscribe/confirm/unsubscribe e endpoint admin protetti, riusando Resend per le email. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
18
src/pages/newsletter/conferma-errore.astro
Normal file
18
src/pages/newsletter/conferma-errore.astro
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
import SubpageLayout from '../../layouts/SubpageLayout.astro';
|
||||
---
|
||||
|
||||
<SubpageLayout
|
||||
title="Conferma non riuscita — Newsletter NexStudio"
|
||||
description="Il link di conferma newsletter non è valido o è già stato usato."
|
||||
heading="Conferma non riuscita"
|
||||
lead="Il link di conferma non è valido, è scaduto o è già stato utilizzato."
|
||||
>
|
||||
<p>
|
||||
Puoi riprovare iscrivendoti di nuovo dal form newsletter nel footer del
|
||||
sito: riceverai un nuovo messaggio di conferma.
|
||||
</p>
|
||||
<p>
|
||||
<a class="text-sky-400/90 hover:text-sky-300" href="/">Torna alla home</a>
|
||||
</p>
|
||||
</SubpageLayout>
|
||||
Reference in New Issue
Block a user