mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
update links to use umami (#90)
This commit is contained in:
parent
5974b4a021
commit
2f06c9d2cb
@ -23,8 +23,8 @@ baseurl: ""
|
|||||||
url: ""
|
url: ""
|
||||||
|
|
||||||
# Analytics
|
# Analytics
|
||||||
analytics-domain: offen.inventree.org
|
analytics-domain: umami.invenhost.com/umami.js
|
||||||
analytics-id: 2c8697da-bb92-441b-82ee-ece2622295b2
|
analytics-id: c713a5e9-25cf-4bb6-9e84-ceb041a53986
|
||||||
|
|
||||||
# Rendering settings - do not touch
|
# Rendering settings - do not touch
|
||||||
collections:
|
collections:
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
{% include base/head.html %}
|
{% include base/head.html %}
|
||||||
<script async src="https://{{site.analytics-domain}}/script.js" data-account-id="{{site.analytics-id}}"></script>
|
<script async defer src="https://{{site.analytics-domain}}" data-website-id="{{site.analytics-id}}"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="flex flex-col antialiased cm-gray-1 min-h-screen">
|
<body class="flex flex-col antialiased cm-gray-1 min-h-screen">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user