From 6f0c445f3d2e973e01c47094f8d01d651121e047 Mon Sep 17 00:00:00 2001 From: trouze Date: Sat, 27 Jun 2026 14:36:40 -0500 Subject: [PATCH] consistent ux on subscribe page --- src/pages/subscribe.astro | 84 +++++++++++++++++++++++++++++++++------ 1 file changed, 71 insertions(+), 13 deletions(-) diff --git a/src/pages/subscribe.astro b/src/pages/subscribe.astro index 86b8e7e..37fe9be 100644 --- a/src/pages/subscribe.astro +++ b/src/pages/subscribe.astro @@ -6,8 +6,6 @@ const meta = { title: "Subscribe", }; -const LISTMONK_URL = "https://mailing.tylerrouze.com"; -const LIST_ID = "e769d1fd-a069-436a-acf3-c523b1745b6b"; --- @@ -15,7 +13,7 @@ const LIST_ID = "e769d1fd-a069-436a-acf3-c523b1745b6b";

Want to stay in touch? Subscribe below for future updates on data engineering, the modern data stack, and whatever else I happen to be thinking about.

- +

Prefer a more direct line? Send me an email at hello@tylerrouze.com.

@@ -48,26 +46,83 @@ const LIST_ID = "e769d1fd-a069-436a-acf3-c523b1745b6b";