🐛 fix(analytics): make goatcounter use https (#195)

main
Nadia 1 year ago committed by GitHub
parent 040a46dc4b
commit 450501e218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@
src="{{ self_hosted_url ~ '/count.js' }}" src="{{ self_hosted_url ~ '/count.js' }}"
{% else %} {% else %}
data-goatcounter="https://{{ analytics_id }}.goatcounter.com/count" data-goatcounter="https://{{ analytics_id }}.goatcounter.com/count"
src="//gc.zgo.at/count.js" src="https://gc.zgo.at/count.js"
{% endif %} {% endif %}
></script> ></script>

Loading…
Cancel
Save