mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 20:25:30 +00:00
chore: disable umami in development mode
This commit is contained in:
@@ -7,4 +7,6 @@
|
|||||||
<script>
|
<script>
|
||||||
{{ js | jsmin | safe }}
|
{{ js | jsmin | safe }}
|
||||||
</script>
|
</script>
|
||||||
|
{% if site.isProduction %}
|
||||||
<script defer src="https://umami.kogakure.cloud/script.js" data-website-id="5e9cff30-527b-460b-b5ce-a1de01404c06"></script>
|
<script defer src="https://umami.kogakure.cloud/script.js" data-website-id="5e9cff30-527b-460b-b5ce-a1de01404c06"></script>
|
||||||
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user