Change feedback recipient to feedback@manaflow.com (#1007)

This commit is contained in:
Lawrence Chen 2026-03-06 00:36:35 -08:00 committed by GitHub
parent aaa335198c
commit cda9c54adc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ import { env } from "@/app/env";
export const runtime = "nodejs";
export const dynamic = "force-dynamic";
const feedbackRecipient = "founders@manaflow.com";
const feedbackRecipient = "feedback@manaflow.com";
const maxAttachmentCount = 10;
const maxAttachmentBytes = 4 * 1024 * 1024;
// Keep multipart requests below Vercel Functions' 4.5 MB request-body limit.