Skip to content

Commit 9b6b058

Browse files
committed
2024.10.30: Re-enable google analytics - use is:inline.
1 parent 66b3a2c commit 9b6b058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const structuredData = {
5959
<head>
6060
<!-- Google tag (gtag.js) -->
6161
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V66JPM85FQ"></script>
62-
<script>
62+
<script is:inline>
6363
window.dataLayer = window.dataLayer || [];
6464
function gtag(){dataLayer.push(arguments);}
6565
gtag('js', new Date());

0 commit comments

Comments
 (0)