Skip to content

Commit 5bbff3c

Browse files
committed
feat(index.html): add Clarity analytics script for improved user insights
1 parent 3200be9 commit 5bbff3c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@
2323
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
2424
crossorigin="anonymous"
2525
/>
26+
<script type="text/javascript">
27+
(function (c, l, a, r, i, t, y) {
28+
c[a] =
29+
c[a] ||
30+
function () {
31+
(c[a].q = c[a].q || []).push(arguments);
32+
};
33+
t = l.createElement(r);
34+
t.async = 1;
35+
t.src = 'https://www.clarity.ms/tag/' + i;
36+
y = l.getElementsByTagName(r)[0];
37+
y.parentNode.insertBefore(t, y);
38+
})(window, document, 'clarity', 'script', 's1frv60dsl');
39+
</script>
2640
</head>
2741
<body>
2842
<app-root></app-root>

0 commit comments

Comments
 (0)