🐛 fix: set proper URL for self-hosted Umami (#402)

This commit is contained in:
Soumendra kumar sahoo 2024-10-02 17:13:08 +05:30 committed by GitHub
parent 02f9d88236
commit 608513952f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

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"