We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d7b2b commit 1ef305fCopy full SHA for 1ef305f
site/.vitepress/config.mts
@@ -8,6 +8,20 @@ export default defineConfig({
8
title: "Vue Tree",
9
description: "Virtual list optimized Vue tree component",
10
appearance: false,
11
+ head: [
12
+ [
13
+ 'script',
14
+ { async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-BBCLLNZQ2E' }
15
+ ],
16
17
18
+ {},
19
+ `window.dataLayer = window.dataLayer || [];
20
+ function gtag(){dataLayer.push(arguments);}
21
+ gtag('js', new Date());
22
+ gtag('config', 'G-BBCLLNZQ2E');`
23
+ ]
24
25
themeConfig: {
26
// https://vitepress.dev/reference/default-theme-config
27
search: {
0 commit comments