Update games submodule, add analytics.
This commit is contained in:
parent
688d871c15
commit
9bc3473bc7
2 changed files with 9 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 8793db1e2fe64cae8936c00bcd4f333f158f6ebd
|
||||
Subproject commit f2cf0c4e2ab2d88d7e4dbef6312221d4989b8b70
|
||||
|
|
@ -54,6 +54,14 @@ const { title, optionalPreloads } = Astro.props;
|
|||
return <link rel="preload" href={item.href} as={item.as} />;
|
||||
})
|
||||
}
|
||||
<script src="https://www.googletagmanager.com/gtag/js?id=G-P1JX4G9KSF" is:inline></script>
|
||||
<script is:inline>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-P1JX4G9KSF');
|
||||
</script>
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{title}</title>
|
||||
<ViewTransitions />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue