Merge remote-tracking branch 'origin/develop' into feature/frontend_update

This commit is contained in:
2025-11-05 17:25:27 +13:00
11 changed files with 377 additions and 31 deletions

View File

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