Change tracking code

This commit is contained in:
Rolf Martin Glomsrud 2024-10-22 21:11:01 +02:00
parent 0c245cb055
commit 7c973ac48a
2 changed files with 3 additions and 1 deletions

View file

@ -45,3 +45,6 @@ const { title, description, image = '/self.png' } = Astro.props;
<meta property="twitter:title" content={title} />
<meta property="twitter:description" content={description} />
<meta property="twitter:image" content={new URL(image, Astro.url)} />
<script defer src="https://umami.polsevev.dev/script.js" data-website-id="84ead158-3295-4160-8b05-48d56cf7337b"></script>

View file

@ -8,7 +8,6 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
<!doctype html>
<html lang="en">
<head>
<script defer src="https://umami.polsevev.dev/script.js" data-website-id="84ead158-3295-4160-8b05-48d56cf7337b"></script>
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
<style>
body {