update ga

This commit is contained in:
adueck 2023-08-27 13:05:13 +04:00
parent ef5cb26b8c
commit db2d6446d2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const chapters = content.reduce(
);
if (isProd) {
ReactGA.initialize("387148608");
ReactGA.initialize("G-KY970171QR");
ReactGA.set({ anonymizeIp: true });
}