mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-15 05:25:33 -04:00
restore local video assets now that webpack (and remark) can process them
This commit is contained in:
@@ -27,10 +27,11 @@ NEXT_PUBLIC_GISCUS_CATEGORY_ID=
|
||||
# currently set automatically by Vercel's Resend integration.
|
||||
# https://vercel.com/integrations/resend
|
||||
RESEND_API_KEY=
|
||||
# optional. send submissions from noreply@{RESEND_DOMAIN}; defaults to onboarding@resend.dev. sender's real email is
|
||||
# passed via a Reply-To header. setting this makes zero difference to the user.
|
||||
# https://resend.com/docs/send-with-nodemailer-smtp
|
||||
RESEND_DOMAIN=
|
||||
# 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.
|
||||
# https://resend.com/domains
|
||||
RESEND_FROM_EMAIL=
|
||||
|
||||
# required for production. site key must be prefixed with NEXT_PUBLIC_ since it is used to embed the captcha widget.
|
||||
# falls back to testing keys if not set or in dev environment:
|
||||
|
Reference in New Issue
Block a user