Skip to content

Commit c08051e

Browse files
markshustclaude
andcommitted
Add Google Analytics (G-GL7RRCK8GN) to docs site
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4402fb4 commit c08051e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/astro.config.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ export default defineConfig({
3535
'@fontsource/jetbrains-mono/600.css',
3636
],
3737
head: [
38+
{
39+
tag: 'script',
40+
attrs: { async: true, src: 'https://www.googletagmanager.com/gtag/js?id=G-GL7RRCK8GN' },
41+
},
42+
{
43+
tag: 'script',
44+
content: `window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-GL7RRCK8GN');`,
45+
},
3846
{
3947
tag: 'meta',
4048
attrs: {

0 commit comments

Comments
 (0)