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:
Arthur Belleville 2026-04-11 16:12:46 +02:00
parent 6ea66c451b
commit daa549a036

View file

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