Skip to content

Commit 576af5a

Browse files
Copilotbobbyiliev
andcommitted
Set actual Brevo form URL in lib/newsletter.ts
Co-authored-by: bobbyiliev <21223421+bobbyiliev@users.noreply.github.com>
1 parent 1624a86 commit 576af5a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

lib/newsletter.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/**
2-
* Brevo subscription form URL.
3-
* This is a public URL — it is safe to commit and requires no environment variable.
4-
* To find yours: Brevo dashboard → Email → Subscription Forms → your form → Share.
5-
*/
6-
export const BREVO_FORM_URL = 'https://sibforms.com/serve/YOUR_FORM_ID_HERE';
1+
/** Brevo subscription form URL. Public — safe to commit, no env var needed. */
2+
export const BREVO_FORM_URL =
3+
'https://66ce6dcc.sibforms.com/serve/MUIFABg_VUzhY-5kln8REbgjz0epYq6FtPckqwqsIG_s4FKBiVUqR9Q5SakKep9c2cHa2NEC1J02ps4tMUbaxssoB7MvwSggRvWktJJ7-LM9oWVRG3h0KhFHXsNOgoCSEo9OTB_CIp8JyRlALoSmEQOGpRoVYIYEq2LD0ikQ6T56zXVF8ZNc3tFBykMZGOxtLEfD7tap75LwptWPxg==';

0 commit comments

Comments
 (0)