Skip to content

Commit 3b10334

Browse files
committed
feat: add analytics script
1 parent 8df0307 commit 3b10334

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/layouts/Layout.astro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ const { title } = Astro.props;
2525
/>
2626
<meta name="generator" content={Astro.generator} />
2727
<title>{title}</title>
28+
<script
29+
is:inline
30+
defer
31+
src="https://analytics.tbdh.dev/script.js"
32+
data-website-id="fb34ea28-df1c-4eb5-9dc1-56fc334bab6e"></script>
2833
</head>
2934
<body class="min-h-screen w-full">
3035
<main

0 commit comments

Comments
 (0)