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

Commit 2128ca0

Browse files
authored
Merge pull request #39 from aibtcdev/feat/new-domain
Add new domain for switch
2 parents 35fbca7 + aceceea commit 2128ca0

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)