Skip to content

Commit e948505

Browse files
committed
Merge branch 'main' of github.com:DefGuard/defguard.github.io
2 parents 3bb3396 + e26e865 commit e948505

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
"overrides": {
4545
"react": "npm:@preact/compat@latest",
4646
"react-dom": "npm:@preact/compat@latest"
47+
},
48+
"volta": {
49+
"node": "21.6.1"
4750
}
4851
}

src/components/FloatingLinks.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="/newsletter" data-astro-prefetch><span>Newsletter</span></a>
88
</li>
99
<li>
10-
<a href="https://github.com/DefGuard" target="_blank">
10+
<a href="https://github.com/DefGuard/defguard" target="_blank">
1111
<span>GitHub</span>
1212
</a>
1313
</li>

src/layouts/BaseLayout.astro

+7
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,12 @@ const favSizes = [16,32,57,60,70,72,76,96,114,120,128,144,150,152,180,192,310,38
3535
<FloatingLinks />
3636
<script src="../scripts/theme.ts"></script>
3737
<CookieBar client:only="preact" />
38+
<script type="text/javascript" is:inline>
39+
(function(c,l,a,r,i,t,y){
40+
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
41+
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
42+
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
43+
})(window, document, "clarity", "script", "kxm8xat3sg");
44+
</script>
3845
</body>
3946
</html>

0 commit comments

Comments
 (0)