fix: use SUN in cron expression for Cloudflare compatibility

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
King Omar 2026-06-05 01:17:33 +10:00
parent 5c291d29ea
commit 39e36dfe76

View file

@ -47,7 +47,7 @@ zone_name = "theradicalparty.com"
# Weekly digest — Monday 9am AEST (Sunday 23:00 UTC)
[triggers]
crons = ["0 23 * * 0"]
crons = ["0 23 * * SUN"]