fix: fix cloudlfare self hosting (#129)

This commit is contained in:
Ben Senescu 2026-04-22 15:21:30 -04:00 committed by GitHub
parent 29a0c9cc43
commit c779d83cda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",