We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8747c0 commit fbe9a25Copy full SHA for fbe9a25
1 file changed
.vitepress/config.mjs
@@ -14,6 +14,18 @@ export default defineConfig({
14
rel: 'icon',
15
href: '/icon.png',
16
},
17
+ ],
18
+ [
19
+ 'script',
20
+ { async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-5SN0WR5ETP' }
21
22
23
24
+ {},
25
+ `window.dataLayer = window.dataLayer || [];
26
+ function gtag(){dataLayer.push(arguments);}
27
+ gtag('js', new Date());
28
+ gtag('config', 'G-5SN0WR5ETP');`
29
]
30
],
31
themeConfig: {
0 commit comments