Change feedback recipient to feedback@manaflow.com (#1007)
This commit is contained in:
parent
aaa335198c
commit
cda9c54adc
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue