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

Commit aceceea

Browse files
committed
feat: add new domain for switch
1 parent 35fbca7 commit aceceea

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
@@ -78,7 +78,10 @@ class_name = "ContractCallsDO"
7878

7979
[env.production]
8080

81-
routes = [{ pattern = "cache.aibtc.dev", custom_domain = true }]
81+
routes = [
82+
{ pattern = "cache.aibtc.dev", custom_domain = true },
83+
{ pattern = "cache.aibtc.com", custom_domain = true },
84+
]
8285

8386
[[env.production.kv_namespaces]]
8487
binding = "AIBTCDEV_CACHE_KV"

0 commit comments

Comments
 (0)