Skip to content

Commit

Permalink
docs: add GA script
Browse files Browse the repository at this point in the history
  • Loading branch information
ttu committed Sep 11, 2023
1 parent e2f49b4 commit a6f2f84
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,14 @@
<script src="https://unpkg.com/docsify-namespaced"></script>
<script src="https://unpkg.com/prismjs/components/prism-python.min.js"></script>
<script src="https://unpkg.com/prismjs/components/prism-bash.min.js"></script>
<!-- GA -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N86WXKPG4G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-N86WXKPG4G');
</script>
</body>
</html>

0 comments on commit a6f2f84

Please sign in to comment.