mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-15 05:25:33 -04:00
validate environment variables at build time
This commit is contained in:
@@ -23,14 +23,16 @@ NEXT_PUBLIC_UMAMI_URL=
|
||||
NEXT_PUBLIC_GISCUS_REPO_ID=
|
||||
NEXT_PUBLIC_GISCUS_CATEGORY_ID=
|
||||
|
||||
# required for production. sends contact form submissions via a server action (see app/contact/actions.ts).
|
||||
# required for production. sends contact form submissions via a server action (see app/contact/actions.ts). may be set
|
||||
# automatically by Vercel's Resend integration.
|
||||
# https://resend.com/api-keys
|
||||
# currently set automatically by Vercel's Resend integration.
|
||||
# https://vercel.com/integrations/resend
|
||||
RESEND_API_KEY=
|
||||
# required. the destination email for contact form submissions.
|
||||
RESEND_TO_EMAIL=
|
||||
# optional, but will throw a warning. send submissions from an approved domain (or subdomain) on the resend account.
|
||||
# defaults to onboarding@resend.dev.
|
||||
# sender's real email is passed via a Reply-To header, setting this makes zero difference to the user.
|
||||
# sender's real email is passed via a Reply-To header, so setting this makes zero difference to the user.
|
||||
# https://resend.com/domains
|
||||
RESEND_FROM_EMAIL=
|
||||
|
||||
|
Reference in New Issue
Block a user