File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
layouts/_partials/components/analytics Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ params:
419419 umami:
420420 serverURL: "https://example.com"
421421 websiteID: "94db1cb1-74f4-4a40-ad6c-962362670409"
422- # scriptName: "umami .js" # optional (default: umami .js)
422+ # scriptName: "script .js" # optional (default: script .js)
423423 # https://umami.is/docs/tracker-configuration#data-host-url
424424 # hostURL: "http://stats.example.org" # optional
425425 # https://umami.is/docs/tracker-configuration#data-auto-track
Original file line number Diff line number Diff line change 1515
1616{{- $attributes := newScratch -}}
1717
18- {{- $attributes.SetInMap "umami" "src" (printf "%s/%s" .serverURL (.scriptName | default "umami .js")) -}}
18+ {{- $attributes.SetInMap "umami" "src" (printf "%s/%s" .serverURL (.scriptName | default "script .js")) -}}
1919{{- $attributes.SetInMap "umami" "data-website-id" .websiteID -}}
2020
2121{{- if .hostURL -}}
You can’t perform that action at this time.
0 commit comments