···5# Enable workers.dev subdomain (needed for custom domain fallback origin)
6workers_dev = true
78-# Handle *.boop.cat subdomains
9-# Custom domains use Cloudflare for SaaS and route through sites.boop.cat fallback
10routes = [
11- { pattern = "*.boop.cat/*", zone_name = "boop.cat" },
12- { pattern = "sites.boop.cat", custom_domain = true }
13]
1415# Custom domain support - the fallback origin (sites.boop.cat) should CNAME to this worker
···5# Enable workers.dev subdomain (needed for custom domain fallback origin)
6workers_dev = true
78+# Handle all traffic on the zone, including CF for SaaS custom hostnames
09routes = [
10+ { pattern = "*/*", zone_name = "boop.cat" }
011]
1213# Custom domain support - the fallback origin (sites.boop.cat) should CNAME to this worker