From 88981f94c03529d320af60732e35f7917a4ca801 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 3 Dec 2025 00:03:20 +0000 Subject: [PATCH 1/2] try add matomo tracking --- public/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/public/index.html b/public/index.html index a7bda29..d5bbfb7 100644 --- a/public/index.html +++ b/public/index.html @@ -26,6 +26,25 @@ --> Met Data Portal + + + From 49734e17835163ea9a2d39c6ade5bb4b301629b0 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 3 Dec 2025 00:17:39 +0000 Subject: [PATCH 2/2] add matomo tracking --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index d5bbfb7..ac21a94 100644 --- a/public/index.html +++ b/public/index.html @@ -33,8 +33,8 @@ _paq.push(["trackPageView"]); _paq.push(["enableLinkTracking"]); (function () { - var u = "//swarm.pacificclimate.org/"; - _paq.push(["setTrackerUrl", u + "matomo/matomo.php"]); + var u = "//swarm.pacificclimate.org/matomo/"; + _paq.push(["setTrackerUrl", u + "matomo.php"]); _paq.push(["setSiteId", "1"]); var d = document, g = d.createElement("script"),