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 4c8d413 commit be5c1ddCopy full SHA for be5c1dd
1 file changed
docs/index.html
@@ -32,6 +32,16 @@
32
33
<script src="https://unpkg.com/docsify-copy-code@2"></script>
34
<script src="https://unpkg.com/docsify-share/build/index.min.js"></script>
35
+
36
+ <!-- Global site tag (gtag.js) - Google Analytics -->
37
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-N33EXB3XSY"></script>
38
+ <script>
39
+ window.dataLayer = window.dataLayer || [];
40
+ function gtag() { dataLayer.push(arguments); }
41
+ gtag('js', new Date());
42
43
+ gtag('config', 'G-N33EXB3XSY');
44
+ </script>
45
</body>
46
47
</html>
0 commit comments