mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +00:00
make analytics configurable
This commit is contained in:
parent
9135bc70fb
commit
94e13953f8
@ -19,6 +19,9 @@ plugin-link:
|
||||
baseurl: "/inventree-website"
|
||||
url: ""
|
||||
|
||||
# Analytics
|
||||
tracking-domain: matmair.github.io
|
||||
|
||||
# Rendering settings - do not touch
|
||||
collections:
|
||||
publishers:
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
{% 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>
|
||||
|
||||
<body class="flex flex-col antialiased cm-gray-1 min-h-screen">
|
||||
|
Loading…
x
Reference in New Issue
Block a user