Skip to content

Commit ca4a003

Browse files
committed
chore(docs): set Matomo site ID to 21
1 parent d798792 commit ca4a003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-site/matomo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ _paq.push(["trackPageView"]);
55
(function () {
66
var u = "https://internetcomputer.matomo.cloud/";
77
_paq.push(["setTrackerUrl", u + "matomo.php"]);
8-
_paq.push(["setSiteId", "CHANGEME"]);
8+
_paq.push(["setSiteId", "21"]);
99
var d = document,
1010
g = d.createElement("script"),
1111
s = d.getElementsByTagName("script")[0];
1212
g.async = true;
13-
g.src = "//cdn.matomo.cloud/internetcomputer.matomo.cloud/matomo.js";
13+
g.src = "https://cdn.matomo.cloud/internetcomputer.matomo.cloud/matomo.js";
1414
s.parentNode.insertBefore(g, s);
1515
})();

0 commit comments

Comments
 (0)