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 d1ad03c commit 32d9e1fCopy full SHA for 32d9e1f
docs/index.html
@@ -8,6 +8,15 @@
8
<meta name="description" content="Description">
9
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
10
<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>
20
</head>
21
22
<body>
0 commit comments