Skip to content

Commit 7fcc760

Browse files
committed
feat/clarity analytics
1 parent 1ebfab3 commit 7fcc760

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/layouts/Layout.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ const { title } = Astro.props
1515
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1616
<meta name="generator" content={Astro.generator} />
1717
<title>{title}</title>
18+
<script type="text/javascript">
19+
(function(c,l,a,r,i,t,y){
20+
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
21+
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
22+
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
23+
})(window, document, "clarity", "script", "l5tvca8qee");
24+
</script>
1825
</head>
1926
<body>
2027
<Background />

0 commit comments

Comments
 (0)