We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12211c1 commit 024aaa4Copy full SHA for 024aaa4
1 file changed
src/layouts/BaseLayout.astro
@@ -27,6 +27,7 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site);
27
<meta property="og:image" content={new URL('/images/cuberact-dark.png', Astro.site)} />
28
<meta property="og:type" content="website" />
29
<title>{title}</title>
30
+ <script defer src="https://cloud.umami.is/script.js" data-website-id="1b1cb958-7e25-4fb3-82ee-28ca7951c7b3"></script>
31
</head>
32
<body class="min-h-screen flex flex-col">
33
<Header />
0 commit comments