From c779d83cda50641052f1de71dcf709dd984b21de Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:21:30 -0400 Subject: [PATCH] fix: fix cloudlfare self hosting (#129) --- wrangler.jsonc | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/wrangler.jsonc b/wrangler.jsonc index 43ab8e9..19e4f2d 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -7,16 +7,13 @@ "observability": { "enabled": true, }, - "routes": [ - { - "pattern": "app.openseo.so", - "custom_domain": true, - }, - { - "pattern": "www.app.openseo.so", - "custom_domain": true, - }, - ], + // Uncomment when deploying to the openseo.so Cloudflare account. Self-hosters + // should leave this commented (or replace with their own zone) — otherwise + // `wrangler deploy` fails with "Could not find zone for app.openseo.so". + // "routes": [ + // { "pattern": "app.openseo.so", "custom_domain": true }, + // { "pattern": "www.app.openseo.so", "custom_domain": true }, + // ], "workflows": [ { "name": "site-audit-workflow",