Skip to content

Commit c390a51

Browse files
committed
fix: disable custom domain
1 parent 2075a6d commit c390a51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wrangler.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ main = "src/worker.ts"
33
send_metrics = false
44
compatibility_date = "2024-09-23"
55
routes = [
6-
{ pattern = "dev.testnet.polykey.com", custom_domain = true },
6+
{ pattern = "dev.testnet.polykey.com", custom_domain = false },
77
]
88
[site]
99
bucket = "./public"
1010

1111
[env.staging]
1212
name = "polykey-network-dashboard-staging"
1313
routes = [
14-
{ pattern = "testnet.polykey.com", custom_domain = true },
14+
{ pattern = "testnet.polykey.com", custom_domain = false },
1515
]
1616

1717
[env.master]
1818
name = "polykey-network-dashboard"
1919
routes = [
20-
{ pattern = "mainnet.polykey.com", custom_domain = true },
20+
{ pattern = "mainnet.polykey.com", custom_domain = false },
2121
]

0 commit comments

Comments
 (0)