diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/layout.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8630def..1a1dbf0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,6 @@ import type { Metadata } from 'next'; import { Geist, Geist_Mono } from 'next/font/google'; +import { GoogleAnalytics } from '@next/third-parties/google'; import './globals.css'; const geistSans = Geist({ @@ -29,6 +30,7 @@ export default function RootLayout({ > {children} </body> + <GoogleAnalytics gaId="G-PPNQQX1XCD" /> </html> ); } |
