Skip to content

Commit

Permalink
docs: configure analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed May 12, 2023
1 parent 15bc3ab commit 7045a9e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,19 @@
type="module"
src="/src/main.tsx"
></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-ZXE9VHKDVT"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())

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

1 comment on commit 7045a9e

@vercel
Copy link

@vercel vercel bot commented on 7045a9e May 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

resume – ./

resume-dengqing.vercel.app
resumejs.vercel.app
resume.todev.cc
resume-git-main-dengqing.vercel.app

Please sign in to comment.