We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d93f8 commit b8eedd7Copy full SHA for b8eedd7
pages/_app.mdx
@@ -7,7 +7,7 @@ export default function Nextra({ Component, pageProps }) {
7
return (
8
<>
9
<Component {...pageProps} />
10
- <GoogleAnalytics gaId="G-HLJ1ZEFTZM" />
+ <GoogleAnalytics gaId="G-99S9GRT0LE" />
11
</>
12
);
13
}
0 commit comments