Add GA config

This commit is contained in:
Folyd 2024-03-25 18:36:17 -07:00
parent cc23fbf420
commit c7c15669eb

View file

@ -15,4 +15,14 @@
/* Font used for text */
--text-font-family: "Fira Sans", sans-serif;
}
</style>
</style>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z7JXVGPGFS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-Z7JXVGPGFS');
</script>