mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 01:48:28 +00:00
add google analytic code
This commit is contained in:
parent
b818dfbc71
commit
fe0db0c17b
@ -17,6 +17,15 @@
|
||||
<meta name="color-scheme" content="only light">
|
||||
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png">
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9LGPCDJK2R"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-9LGPCDJK2R');
|
||||
</script>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/icons/apple-touch-icon.png">
|
||||
<link type="application/activity+json" href="" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user