Skip to content
Merged

GA4 #188

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
<meta name="twitter:description" content="Learn GPU programming with lectures, hackathons, and working groups." />
<meta name="twitter:image" content="https://gpumode.com/og-image.png" />

<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GNJL8MNT83"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GNJL8MNT83');
</script>

<script type="module" src="/src/main.tsx"></script>
</head>
<body>
Expand Down
Loading