Commit Graph

4 Commits

Author SHA1 Message Date
Jeff Emmett e3934509d4 feat: switch email provider to SendGrid and add Docker support
- Replace Resend with SendGrid for notification emails
- Add sendThankYouEmail function using SendGrid REST API
- Add SENDGRID_API_KEY to env vars documentation
- Fix URL handling in checkout/portal routes (use getBaseUrl helper)
- Simplify donation request body in homepage
- Add Dockerfile for standalone deployment
- Enable standalone output in next.config.mjs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-06 15:35:51 +01:00
v0 579eafa82d fix: resolve CSS and hero image discrepancies
Fix wrong hero image and CSS compilation issues in production.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-12 15:56:43 +00:00
v0 fcfde15b0d fix: resolve rendering issue with dynamic Tailwind classes
Use static classes instead of dynamic template literals.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-03 09:00:52 +00:00
v0 8d2ccf7330 feat: unify button colors to match header gradient
Consistent blue color scheme for all website buttons.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-03 08:34:49 +00:00