# DatoCMS Configuration
# Get these values from your DatoCMS project settings
NEXT_PUBLIC_DATOCMS_API_TOKEN=1edb7c7e1bfd28c62fb607987cf426
NEXT_PUBLIC_DATOCMS_GRAPHQL_ENDPOINT=https://graphql.datocms.com

# Resend Email Service
# Get RESEND_API_KEY from https://resend.com
RESEND_API_KEY=re_NnUVNQxz_PB9AwqtJk48Na7dChx7ZStrQ
RESEND_FROM_EMAIL=noreply@updates.playgroundstudio.com.au

# Google reCAPTCHA
# Get these values from https://www.google.com/recaptcha/admin
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=6LfR_vorAAAAAPIZyn-SNExXExWpsTPepjeKWJn6
RECAPTCHA_SECRET_KEY=your_recaptcha_secret_key_here
NEXT_PUBLIC_CONTACT_FORM_ID=mwpwodea
