Skip to content

Commit

Permalink
analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
b27b committed Nov 5, 2024
1 parent 61992e9 commit 43b9704
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/layout.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { GoogleAnalytics } from '@next/third-parties/google'
import localFont from "next/font/local";
import "./globals.css";
import Head from "next/head";
Expand Down Expand Up @@ -38,6 +39,7 @@ export default function RootLayout({ children }) {
<link rel="icon" href="/favicon.ico"/>
</Head>
<body>{children}</body>
<GoogleAnalytics gaId="G-PZR0R6M6KD" />
</html>
);
}

0 comments on commit 43b9704

Please sign in to comment.