Skip to content

Commit 41fb5cf

Browse files
committed
Add Umami analytics script to site layout
1 parent 1eec30e commit 41fb5cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const bannerOffset =
146146
<slot name="head"></slot>
147147

148148
<link rel="alternate" type="application/rss+xml" title={profileConfig.name} href={`${Astro.site}rss.xml`}/>
149-
149+
<script defer src="https://umami.bytethecookies.org/script.js" data-website-id="17cba8ff-101f-4a11-af9a-c27b4b68f64e"></script>
150150
</head>
151151
<body class=" min-h-screen transition " class:list={[{"lg:is-home": isHomePage, "enable-banner": enableBanner}]}
152152
data-overlayscrollbars-initialize

0 commit comments

Comments
 (0)