Update newsletter URL to newsletter.rspace.online

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-22 16:18:16 -07:00
parent b4741c4827
commit 5e09407d38
1 changed files with 1 additions and 1 deletions

View File

@ -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) {