Skip to content

Commit e24d12e

Browse files
committed
feat(contact): wire worker route to firstfluke.com
1 parent 511bcfc commit e24d12e

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

worker/wrangler.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ name = "firstfluke-contact"
1212
main = "src/index.ts"
1313
compatibility_date = "2025-05-01"
1414

15-
# [[routes]]
16-
# pattern = "firstfluke.example.com/api/contact*"
17-
# zone_name = "firstfluke.example.com"
15+
[[routes]]
16+
pattern = "firstfluke.com/api/contact*"
17+
zone_name = "firstfluke.com"
18+
19+
[[routes]]
20+
pattern = "www.firstfluke.com/api/contact*"
21+
zone_name = "firstfluke.com"

0 commit comments

Comments
 (0)