Cloudflare Worker backing the site’s newsletter form.
npx wrangler login.kieranmaynard.com:
npx wrangler email sending enable kieranmaynard.com.npx wrangler d1 create kieran-newsletter.database_id in wrangler.jsonc.npx wrangler d1 migrations apply kieran-newsletter --remote.npm run check, npm test, and npx wrangler deploy.newsletter_worker_url in the site’s _config.yml to the deployed
Worker origin.https://kieranmaynard.com for the Chrome EVP origin trial and set
email_verification_origin_trial_token in _config.yml.EVP is a progressive enhancement. Unsupported browsers and providers continue through email confirmation.