mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
make analytics configurable
This commit is contained in:
parent
9135bc70fb
commit
94e13953f8
@ -19,6 +19,9 @@ plugin-link:
|
|||||||
baseurl: "/inventree-website"
|
baseurl: "/inventree-website"
|
||||||
url: ""
|
url: ""
|
||||||
|
|
||||||
|
# Analytics
|
||||||
|
tracking-domain: matmair.github.io
|
||||||
|
|
||||||
# Rendering settings - do not touch
|
# Rendering settings - do not touch
|
||||||
collections:
|
collections:
|
||||||
publishers:
|
publishers:
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
{% include base/head.html %}
|
{% include base/head.html %}
|
||||||
<script defer data-domain="matmair.github.io" src="https://plausible.io/js/script.outbound-links.js"></script>
|
<script defer data-domain="{{site.tracking-domain}}" src="https://plausible.io/js/script.outbound-links.js"></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