diff --git a/index.html b/index.html
index 25fa49c..dd77bd4 100644
--- a/index.html
+++ b/index.html
@@ -855,7 +855,7 @@ const observer = new IntersectionObserver((entries) => {
document.querySelectorAll('.fade-in').forEach(el => observer.observe(el));
// ── Newsletter ──
-const LISTMONK_URL = 'https://newsletter.jeffemmett.com';
+const LISTMONK_URL = 'https://newsletter.rspace.online';
const LIST_UUID = '1f477b24-17ec-4ea1-8248-4f629d2365e4';
document.getElementById('newsletter-form').addEventListener('submit', async function(e) {