diff --git a/src/lib/constants.ts b/src/lib/constants.ts index c867fc2..56d30b1 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -34,7 +34,7 @@ export const defaultMeta = { } } -export const gaTrackingId = 'G-9VWWSHF995' +export const gaTrackingId = 'GTM-WJMQ92T' export const socialLinks = { youTube: 'https://www.youtube.com/c/MrBeast6000', diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index df3a27d..839f039 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -12,7 +12,7 @@ import Mouse from '~/components/common/mouse' import { AnimationContextProvider } from '~/context/animation' import { basementLog, isProd } from '~/lib/constants' import { FontsReadyScript } from '~/lib/font-scripts' -// import { GAScripts, useAppGA } from '~/lib/ga' +import { GAScripts, useAppGA } from '~/lib/ga' export type Page

> = NextComponentType< NextPageContext, @@ -32,7 +32,7 @@ if (isProd) { const queryClient = new QueryClient() const App = ({ Component, pageProps, ...rest }: AppProps) => { - // useAppGA() + useAppGA() React.useEffect(() => { function handleKeyDown(event: KeyboardEvent) { @@ -61,7 +61,7 @@ const App = ({ Component, pageProps, ...rest }: AppProps) => { - {/* */} +