Skip to content

Commit

Permalink
feat(docs): Add support for Google Analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
na2axl committed Nov 15, 2023
1 parent 154c808 commit 990066a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "jjttgvrtys");
</script>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-CWEKF29VMQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-CWEKF29VMQ');
</script>

0 comments on commit 990066a

Please sign in to comment.