🐛 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' }}"
{% else %}
data-goatcounter="https://{{ analytics_id }}.goatcounter.com/count"
src="//gc.zgo.at/count.js"
src="https://gc.zgo.at/count.js"
{% endif %}
></script>

Loading…
Cancel
Save