chore: disable umami in development mode

This commit is contained in:
Stefan Imhoff
2024-07-27 18:40:40 +02:00
parent 7a456f536f
commit fde4b9d3e4

View File

@@ -7,4 +7,6 @@
<script>
{{ js | jsmin | safe }}
</script>
{% if site.isProduction %}
<script defer src="https://umami.kogakure.cloud/script.js" data-website-id="5e9cff30-527b-460b-b5ce-a1de01404c06"></script>
{% endif %}