Skip to content

Commit 024aaa4

Browse files
committed
feat: add Umami analytics tracking
1 parent 12211c1 commit 024aaa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/BaseLayout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site);
2727
<meta property="og:image" content={new URL('/images/cuberact-dark.png', Astro.site)} />
2828
<meta property="og:type" content="website" />
2929
<title>{title}</title>
30+
<script defer src="https://cloud.umami.is/script.js" data-website-id="1b1cb958-7e25-4fb3-82ee-28ca7951c7b3"></script>
3031
</head>
3132
<body class="min-h-screen flex flex-col">
3233
<Header />

0 commit comments

Comments
 (0)