Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit eec5671

Browse files
committed
Merge branch 'main' into staging
2 parents 6f0cbfc + 11ee702 commit eec5671

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

wrangler.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ class_name = "ContractCallsDO"
8686

8787
[env.production]
8888

89-
routes = [{ pattern = "cache.aibtc.dev", custom_domain = true }]
89+
routes = [
90+
{ pattern = "cache.aibtc.dev", custom_domain = true },
91+
{ pattern = "cache.aibtc.com", custom_domain = true },
92+
]
9093

9194
[[env.production.kv_namespaces]]
9295
binding = "AIBTCDEV_CACHE_KV"

0 commit comments

Comments
 (0)