Skip to content

Commit 2075a6d

Browse files
committed
fix: remove domain wildcard
1 parent 1fac4a8 commit 2075a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ routes = [
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 = true },
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 = true },
2121
]

0 commit comments

Comments
 (0)