2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-15 11:35:28 +00:00

Remove analytics (#183)

* remove analytics

* Update default.html
This commit is contained in:
Matthias Mair
2023-11-27 23:56:35 +01:00
committed by GitHub
parent e6c03864ce
commit 8d5fcdf93c
2 changed files with 1 additions and 6 deletions

View File

@ -3,7 +3,6 @@
<head>
{% include base/head.html %}
<script async defer src="https://{{site.analytics-domain}}" data-website-id="{{site.analytics-id}}" data-do-not-track="true"></script>
</head>
<body class="flex flex-col antialiased cm-gray-1 min-h-screen">
@ -17,4 +16,4 @@
</div>
</body>
</html>
</html>