Update analytics.html

`umami.js` should be `script.js` for self hosting URL.
This commit is contained in:
Soumendra kumar sahoo 2024-09-26 14:55:48 +05:30 committed by GitHub
parent 66239bee01
commit 9221f12c81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@
<script async defer
{% if self_hosted_url %}
data-website-id="{{ analytics_id }}"
src="{{ self_hosted_url ~ '/umami.js' }}"
src="{{ self_hosted_url ~ '/script.js' }}"
{% else %}
data-website-id="{{ analytics_id }}"
src="https://analytics.eu.umami.is/script.js"