fix: use [[routes]] array syntax for custom domain in wrangler.toml
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6ea66c451b
commit
daa549a036
1 changed files with 3 additions and 1 deletions
|
|
@ -21,4 +21,6 @@ SUPABASE_URL = "https://mhcafqvzbrrwvahpvvzd.supabase.co"
|
|||
# SUPABASE_SERVICE_ROLE_KEY
|
||||
# JWT_SECRET
|
||||
|
||||
route = { pattern = "chat.xtablo.com", custom_domain = true }
|
||||
[[routes]]
|
||||
pattern = "chat.xtablo.com"
|
||||
custom_domain = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue