Skip to content

Commit

Permalink
Add basic analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Oct 3, 2024
1 parent 540c5a9 commit 69e9e6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<html>

<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NQ3XK41R0P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-NQ3XK41R0P');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css?family=Inter" rel="stylesheet" />
Expand Down

0 comments on commit 69e9e6f

Please sign in to comment.