# Copy this file to `.env.local` for local dev (or set these in your host's env in prod). # Never commit real values — `.env*` is gitignored. # Public site URL (used for canonical URLs, OG metadata, etc.) NEXT_PUBLIC_SITE_URL=https://highlandgamesstudio.com # --- Contact form (Resend) --- # API key from https://resend.com/api-keys RESEND_API_KEY= # Address that RECEIVES contact messages CONTACT_TO_EMAIL=hello@highlandgamesstudio.com # Sender address — must be on a domain verified in Resend. # Use onboarding@resend.dev for testing (only delivers to your own account email). CONTACT_FROM_EMAIL=onboarding@resend.dev