Skip to content

Commit 2d30810

Browse files
committed
fixed wrangler.toml.dist
1 parent 8bf1e9d commit 2d30810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrangler.toml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
account_id = "account_id"
44
name = "worker_name_on_cloudflare"
5-
route = "{ pattern = "*example.com/*", zone_id = "abcdef0123456789abcdef0123456789" }"
5+
route = { pattern = "*example.com/*", zone_id = "abcdef0123456789abcdef0123456789" }
66
workers_dev = false
77
compatibility_date = "2022-01-20"
88
main = "build/worker/shim.mjs"

0 commit comments

Comments
 (0)