mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
Update analytics.html
`umami.js` should be `script.js` for self hosting URL.
This commit is contained in:
parent
66239bee01
commit
9221f12c81
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue