Skip to content

Commit

Permalink
docs(playground): add google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
RexSkz committed Mar 27, 2024
1 parent 245ba18 commit c3f1f7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rollup.config.pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ const plugins = [
<head>
<title>JSON Diff Kit Playground</title>
<meta charset="utf-8" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5D3V5T84WY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5D3V5T84WY');
</script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit c3f1f7c

Please sign in to comment.