summaryrefslogtreecommitdiff
path: root/www/src/components/GoogleAnalytics.astro
blob: bdc8feddad73e5341b9413526210fb27226820fa (plain) (blame)
1
2
3
4
5
6
7
8
9
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TEL60V1WM9"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-TEL60V1WM9');
</script>