Skip to content

Commit e58032d

Browse files
committed
Add Microsoft Clarity tracking code
1 parent 19336e8 commit e58032d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
<script src="lib/gtm.js"></script>
2424
<!-- End Google Tag Manager -->
2525

26+
<!-- Microsoft Clarity -->
27+
<script type="text/javascript">
28+
(function(c,l,a,r,i,t,y){
29+
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
30+
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
31+
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
32+
})(window, document, "clarity", "script", "ml3oonlmsx");
33+
</script>
34+
2635
<% if (htmlWebpackPlugin.options.manifest.theme_color) { %>
2736
<meta
2837
name="theme-color"

0 commit comments

Comments
 (0)