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 Mar 10, 2024
1 parent dee46fb commit 3fa3489
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 @@ -49,5 +49,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 3fa3489

Please sign in to comment.