new homepage and event tracking
CI / deploy (push) Failing after 6s

This commit is contained in:
2026-03-30 10:40:24 -04:00
parent a1bb9e97e1
commit 2a97ae4190
14 changed files with 1973 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
import { NextResponse } from "next/server";
// TODO: integrate with email service (Resend, ConvertKit, etc.)
export async function POST() {
return NextResponse.json({ ok: true });
}