Adjust Matomo Site ID (#57)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#57
This commit is contained in:
2025-08-26 06:17:09 +12:00
parent 97d0527565
commit 6a4c8d96c3
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@
(function () {
var u = "//matomo.envipath.com/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '7']);
_paq.push(['setSiteId', '10']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.async = true;
g.src = u + 'matomo.js';