kneadly/wrangler.toml
King Omar 7a7be3fc03 Migrate kneadly to kneadly.bored.investments
Move off the political brand (neutral SaaS). New canonical home is
kneadly.bored.investments; BASE_URL + fallbacks repointed. Old host stays
live and 301s human-facing paths across (Google Maps booking links survive),
while /webhooks + /api keep serving on the old domain for un-repointed integrations.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-24 23:47:05 +10:00

23 lines
642 B
TOML

name = "kneadly"
main = "src/index.js"
compatibility_date = "2024-11-01"
compatibility_flags = ["nodejs_compat"]
[[d1_databases]]
binding = "DB"
database_name = "kneadly"
database_id = "795c6a38-c6e9-4221-b429-4890a39a8934"
# New canonical home (neutral SaaS, off the political brand).
[[routes]]
pattern = "kneadly.bored.investments"
custom_domain = true
# Old home kept alive so existing links (incl. Google Maps) 301 across; the
# worker still serves /webhooks + /api here for not-yet-repointed integrations.
[[routes]]
pattern = "kneadly.theradicalparty.com"
custom_domain = true
[vars]
BASE_URL = "https://kneadly.bored.investments"