Skip to content

Commit ee2f6f5

Browse files
committed
clarity added
1 parent c38ef01 commit ee2f6f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/analytics/clarity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
t.src = "https://www.clarity.ms/tag/" + i;
1010
y = l.getElementsByTagName(r)[0];
1111
y.parentNode.insertBefore(t, y);
12-
})(window, document, "clarity", "script", "kxm8xat3sg");
12+
})(window, document, "clarity", "script", "tg9oe2howo");

src/layouts/BaseLayout.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Footer from "../components/base/Footer.astro";
44
import "../styles/global.scss";
55
import { CookieBar } from "../components/base/CookieBar/CookieBar";
66
import Google from "../components/analytics/Google.astro";
7+
import Clarity from "../components/analytics/Clarity.astro";
78
89
const favSizes = [
910
16, 32, 57, 60, 70, 72, 76, 96, 114, 120, 128, 144, 150, 152, 180, 192, 310, 384, 512,
@@ -82,6 +83,7 @@ const { url, title, description, featuredImage, imageWidth, imageHeight } = Astr
8283
<link rel="icon" type="image/ico" href="/favicon/favicon.ico" />
8384
<link rel="sitemap" href="/sitemap-index.xml" />
8485
<Google />
86+
<Clarity />
8587
</head>
8688
<body>
8789
<div class="page-container">

0 commit comments

Comments
 (0)