Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update analytics module umami #6412

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: update analytics module umami
Umami has entered the next major version, introducing a breaking change to its script structure.

See: https://umami.is/docs/migrate-v1-v2
  • Loading branch information
CDN authored May 5, 2023
commit 371fe7f86f1700f03809f22594dbdf5f1a79cab6
2 changes: 1 addition & 1 deletion server/modules/analytics/umami/code.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
head: |
<script async defer data-website-id="{{websiteID}}" src="{{url}}/umami.js"></script>
<script async src="{{url}}/script.js" data-website-id="{{websiteID}}"></script>