Skip to content

Commit 0048c06

Browse files
restore clarity
1 parent b8f348c commit 0048c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/BaseLayout.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import FloatingLinks from "../components/FloatingLinks.astro";
33
import Footer from "../components/base/Footer.astro";
44
import "../styles/global.scss";
55
import { CookieBar } from "../components/base/CookieBar/CookieBar";
6-
// import Clarity from "../components/analytics/Clarity.astro";
6+
import Clarity from "../components/analytics/Clarity.astro";
77
import Google from "../components/analytics/Google.astro";
88
99
const favSizes = [
@@ -60,7 +60,7 @@ const { url, title, description, featuredImage, imageWidth, imageHeight } = Astr
6060
<Footer />
6161
<FloatingLinks />
6262
<CookieBar client:only="react" />
63-
<!-- <Clarity /> -->
63+
<Clarity />
6464
</body>
6565
</html>
6666

0 commit comments

Comments
 (0)