feat(analytics): make Umami DNT behavior configurable

This commit is contained in:
2025-07-12 19:05:59 +07:00
parent 8a6ccebbaa
commit 67cf24cf42
3 changed files with 7 additions and 1 deletions

View File

@@ -265,6 +265,9 @@ service = "goatcounter"
id = "zloy"
#self_hosted_url = "https://zloy.goatcounter.com"
# Optional: For Umami, enable this option to respect users' Do Not Track (DNT) settings. The default is true.
do_not_track = true
[extra.isso]
enabled_for_all_posts = true # Enables Isso on all posts. It can be enabled on individual posts by setting `isso = true` in the [extra] section of a post's front matter.
automatic_loading = true # If set to false, a "Load comments" button will be shown.