We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dc22f commit 0375677Copy full SHA for 0375677
docs/.vitepress/config.ts
@@ -106,5 +106,19 @@ export default defineConfig({
106
md.disable('snippet');
107
md.use(snippetPlugin as any, path.resolve(__dirname, '../'));
108
}
109
- }
110
-});
+ },
+ head: [
111
+ [
112
+ 'script',
113
+ {async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-L1GWWG8KPL'}
114
+ ],
115
116
117
+ {},
118
+ `window.dataLayer = window.dataLayer || [];
119
+ function gtag(){dataLayer.push(arguments);}
120
+ gtag('js', new Date());
121
+ gtag('config', 'G-L1GWWG8KPL');`
122
+ ]
123
124
+});
0 commit comments