chore: misc cleanup
This commit is contained in:
parent
cab8b34832
commit
31b69ae565
7 changed files with 32 additions and 17 deletions
|
@ -8,5 +8,6 @@ workers_dev = true
|
|||
[env.production]
|
||||
name = "analytics-worker-production"
|
||||
routes = [
|
||||
{ pattern = "coryd.dev/js/script.js", zone_id = "${CF_ZONE_ID}" }
|
||||
{ pattern = "coryd.dev/js/script.js", zone_id = "${CF_ZONE_ID}" },
|
||||
{ pattern = "coryd.dev/js/api/send", zone_id = "${CF_ZONE_ID}" }
|
||||
]
|
Reference in a new issue