Skip to content

Commit cdca641

Browse files
authored
Remove Clarity Tag script from index.html
Removed Clarity tracking script from the HTML.
1 parent e270931 commit cdca641

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

index.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@
4141
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8899404611945935"
4242
crossorigin="anonymous"></script>
4343

44-
<!-- Clarity Tag -->
45-
<script type="text/javascript">
46-
(function (c, l, a, r, i, t, y) {
47-
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
48-
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
49-
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
50-
})(window, document, "clarity", "script", "t3ictbt3in");
51-
</script>
5244

5345

5446
</head>
@@ -66,4 +58,4 @@
6658
<script type="module" src="/src/main.tsx"></script>
6759
</body>
6860

69-
</html>
61+
</html>

0 commit comments

Comments
 (0)