We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2075a6d commit c390a51Copy full SHA for c390a51
wrangler.toml
@@ -3,19 +3,19 @@ main = "src/worker.ts"
3
send_metrics = false
4
compatibility_date = "2024-09-23"
5
routes = [
6
- { pattern = "dev.testnet.polykey.com", custom_domain = true },
+ { pattern = "dev.testnet.polykey.com", custom_domain = false },
7
]
8
[site]
9
bucket = "./public"
10
11
[env.staging]
12
name = "polykey-network-dashboard-staging"
13
14
- { pattern = "testnet.polykey.com", custom_domain = true },
+ { pattern = "testnet.polykey.com", custom_domain = false },
15
16
17
[env.master]
18
name = "polykey-network-dashboard"
19
20
- { pattern = "mainnet.polykey.com", custom_domain = true },
+ { pattern = "mainnet.polykey.com", custom_domain = false },
21
0 commit comments