Skip to content

Commit

Permalink
chore: update google analytics id
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian authored Jan 3, 2025
1 parent 68c176a commit b035ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ render(

// Don't run analytics in development
if (window.location.hostname !== 'localhost') {
GA.initialize('UA-46184267-11')
GA.initialize('G-WK3W38P3N0')
GA.set({ page: window.location.pathname + window.location.search })
GA.pageview(window.location.pathname + window.location.search)
}

0 comments on commit b035ed0

Please sign in to comment.