chore: misc cleanup

This commit is contained in:
Cory Dransfeldt 2024-08-12 14:01:39 -07:00
parent cab8b34832
commit 31b69ae565
No known key found for this signature in database
7 changed files with 32 additions and 17 deletions

View file

@ -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}" }
]