From db2d6446d2ac3de80ba9f2c2ea913b62dcd165d0 Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 27 Aug 2023 13:05:13 +0400 Subject: [PATCH] update ga --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); }