mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
swith to self hosted offen for analytics
This commit is contained in:
parent
5a879f29a9
commit
55156dcefa
@ -23,10 +23,8 @@ baseurl: "/inventree-website"
|
|||||||
url: ""
|
url: ""
|
||||||
|
|
||||||
# Analytics
|
# Analytics
|
||||||
analytics-domain: matmair.github.io
|
analytics-domain: offen.invenhost.com
|
||||||
# Add names to use more enhanced feature
|
analytics-id: 2c8697da-bb92-441b-82ee-ece2622295b2
|
||||||
# See https://plausible.io/docs/script-extensions
|
|
||||||
analytics-add: .outbound-links
|
|
||||||
|
|
||||||
# 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 defer data-domain="{{site.analytics-domain}}" src="https://plausible.io/js/script{{site.analytics-add}}.js"></script>
|
<script async src="https://{{site.analytics-domain}}/script.js" data-account-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