Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
samholt committed Apr 24, 2024
1 parent 93f6121 commit 741dba4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,19 @@ export default defineConfig({
copyright: 'Copyright © 2023-present Sam Holt'
}
},
head: [['link', { rel: 'icon', href: '/L2MAC/favicon.ico' }]]
head: [
['link', { rel: 'icon', href: '/L2MAC/favicon.ico' }],
[
'script',
{ async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-TXHDRXTGTW' }
],
[
'script',
{},
`window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TXHDRXTGTW');`
]
]
})

0 comments on commit 741dba4

Please sign in to comment.