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 1fac4a8 commit 2075a6dCopy full SHA for 2075a6d
wrangler.toml
@@ -11,11 +11,11 @@ routes = [
11
[env.staging]
12
name = "polykey-network-dashboard-staging"
13
routes = [
14
- { pattern = "testnet.polykey.com/*", custom_domain = true },
+ { pattern = "testnet.polykey.com", custom_domain = true },
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 = true },
21
0 commit comments