Files
blog/workers/umami-site-stats.wrangler.example.toml
T
2026-06-19 08:55:14 +08:00

13 lines
403 B
TOML

name = "umami-site-stats"
main = "umami-site-stats.js"
compatibility_date = "2026-06-19"
[vars]
UMAMI_BASE_URL = "https://umami.biss.click"
UMAMI_SHARE_ID = "Hqx6lIBhIHBR13RY"
ALLOWED_ORIGIN = "https://blog.biss.click"
CACHE_TTL_SECONDS = "600"
# Optional: set this if you want a custom all-time starting point.
# The value is a JavaScript timestamp in milliseconds.
# STATS_START_AT = "1735660800000"