Skip to content

Commit

Permalink
feat: analytics (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov authored Oct 1, 2024
1 parent 7b36ca2 commit e45b53d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chroma Resource Calculator</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HXG87M1ZLW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-HXG87M1ZLW');
</script>
<body class="dark:border-neutral-800 dark:bg-neutral-950 dark:text-neutral-50">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
Expand Down

0 comments on commit e45b53d

Please sign in to comment.