feat(analytics): make Umami DNT behavior configurable (#536)

Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
undecV 2025-06-17 04:42:13 +08:00 committed by GitHub
parent 23a1baf96c
commit 9b115904d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 16 additions and 4 deletions

View file

@ -320,6 +320,9 @@ custom_subset = true
# Leave this field empty if you're using the service's default hosting.
# self_hosted_url = ""
# Optional: For Umami, enable this option to respect users' Do Not Track (DNT) settings. The default is true.
do_not_track = true
# giscus support for comments. https://giscus.app
# Setup instructions: https://welpo.github.io/tabi/blog/comments/#setup
[extra.giscus]