From f295be6823dfe065e4871f80eae6fead8841456e Mon Sep 17 00:00:00 2001 From: s-blu Date: Thu, 2 Jan 2025 22:06:38 +0100 Subject: [PATCH] chore(publish): update configuration --- .publish/docs/extras/matomo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.publish/docs/extras/matomo.js b/.publish/docs/extras/matomo.js index 6ce54d22..78412ef8 100644 --- a/.publish/docs/extras/matomo.js +++ b/.publish/docs/extras/matomo.js @@ -5,9 +5,9 @@ _paq.push(['disableCookies']); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function () { - var u = '//ppika.uber.space/matomo/'; + var u = '//matomo.stsb.net/'; _paq.push(['setTrackerUrl', u + 'matomo.php']); - _paq.push(['setSiteId', '3']); + _paq.push(['setSiteId', '1']); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];