diff --git a/apps/chat-worker/wrangler.toml b/apps/chat-worker/wrangler.toml index 522aa9d..8e63f10 100644 --- a/apps/chat-worker/wrangler.toml +++ b/apps/chat-worker/wrangler.toml @@ -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