Skip to content

Commit

Permalink
Implement MS Clarity Data Collector
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlongstaff committed Jun 11, 2024
1 parent 083f12b commit f3d8185
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Dean Longstaff">
<meta name="twitter:description" content="Hello, I am Dean Longstaff. Welcome to my world!">

<!-- Microsoft Clarity -->
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "mqgrxsm7hq");
</script>
</head>

<body>
Expand Down

0 comments on commit f3d8185

Please sign in to comment.