# Cloudflare Workers configuration # Update this file with your Cloudflare account details and deployment settings name = "biohazard-vfx-website" compatibility_date = "2024-01-01" main = ".open-next/worker.mjs" # Account ID and other deployment details should be configured through environment variables # or added here after initial setup [site] bucket = ".open-next/assets" # Environment variables [vars] # Add your environment variables here # EXAMPLE_VAR = "value" # Uncomment and configure for production # [env.production] # name = "biohazard-vfx-website-production" # route = "yourdomain.com/*" # Uncomment and configure for preview/staging # [env.preview] # name = "biohazard-vfx-website-preview"