Attiva il form footer, API subscribe/confirm/unsubscribe e endpoint admin protetti, riusando Resend per le email. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
597 B
Plaintext
19 lines
597 B
Plaintext
---
|
|
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>
|