Skip to content

Commit 32d9e1f

Browse files
committed
a
1 parent d1ad03c commit 32d9e1f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
<meta name="description" content="Description">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
1010
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
11+
<!-- Global site tag (gtag.js) - Google Analytics -->
12+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XF2VFJPE6C"></script>
13+
<script>
14+
window.dataLayer = window.dataLayer || [];
15+
function gtag() { dataLayer.push(arguments); }
16+
gtag('js', new Date());
17+
18+
gtag('config', 'G-XF2VFJPE6C');
19+
</script>
1120
</head>
1221

1322
<body>

0 commit comments

Comments
 (0)