Skip to content

Commit 9d682ee

Browse files
committed
Matomo => Umami
1 parent 3714bc5 commit 9d682ee

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

public/index.html

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,11 @@
2323
cursor: pointer;
2424
}
2525
</style>
26+
<script defer src="https://umami.chipset.no/script.js" data-website-id="e1b1491c-98be-48a0-9bdb-d39517eb91f8"></script>
2627
</head>
2728

2829
<body>
2930
<div id="app"></div>
30-
31-
<!-- Matomo -->
32-
<script type="text/javascript">
33-
var _paq = _paq || [];
34-
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
35-
_paq.push(['trackPageView']);
36-
_paq.push(['enableLinkTracking']);
37-
(function () {
38-
var u = "https://analytics.chipset.no/";
39-
_paq.push(['setTrackerUrl', u + 'piwik.php']);
40-
_paq.push(['setSiteId', '2']);
41-
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
42-
g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'piwik.js'; s.parentNode.insertBefore(g, s);
43-
})();
44-
</script>
45-
<!-- End Matomo Code -->
4631
</body>
4732

4833
</html>

0 commit comments

Comments
 (0)