this repo has no description

fix: correct path to the Plausible script

hauleth.dev 48bb97ed ea7ba829

verified
Changed files
+1 -1
templates
+1 -1
templates/index.html
···
{% endblock copyright %}
{% block script %}
-
<script defer data-domain="hauleth.dev" src="/js/plausible.js"></script>
+
<script defer data-domain="hauleth.dev" src="/js/script.js"></script>
{% endblock script %}
{% block css %}