diff --git a/website/src/App.tsx b/website/src/App.tsx index b0091d6..94025eb 100644 --- a/website/src/App.tsx +++ b/website/src/App.tsx @@ -82,7 +82,7 @@ const prod = document.location.hostname === "dictionary.lingdocs.com"; if (prod) { // TODO: migrate to https://www.npmjs.com/package/react-ga4 - ReactGA.initialize("386396674"); + ReactGA.initialize("G-TPQY0GKDCW"); ReactGA.set({ anonymizeIp: true }); }