chore: remove umami 265cebf1
Steve · 2026-05-02 21:49 1 file(s) · +0 −2
src/layouts/Base.astro +0 −2
25 25
    <meta name="apple-mobile-web-app-capable" content="yes">
26 26
    <meta name="theme-color" content="#121113" />
27 27
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
28 -
		<!-- Google tag (gtag.js) -->
29 28
		<BaseHead title={title} description={description} ogImage={ogImage} articleDate={articleDate} atUri={atUri} />
30 -
		<script defer src="https://cloud.umami.is/script.js" data-website-id="6951e531-a667-495e-b045-4f7dbe062446"></script>
31 29
	</head>
32 30
	<body>
33 31
		<Header />