Skip to content

Commit

Permalink
Fix GA key
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffeb3 committed Oct 10, 2024
1 parent 78a9a40 commit b2e253b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/features/app/reactGA.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import ReactGA from "react-ga4"

ReactGA.initialize("UA-126702426-1")
ReactGA.initialize("G-0BM4SES6V2")
ReactGA.send("pageview")

0 comments on commit b2e253b

Please sign in to comment.