diff --git a/src/App.tsx b/src/App.tsx index c521b2d..1c98962 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -31,7 +31,7 @@ const chapters = content.reduce( ); if (isProd) { - ReactGA.initialize("387148608"); + ReactGA.initialize("G-KY970171QR"); ReactGA.set({ anonymizeIp: true }); }