Skip to content

Commit

Permalink
moved analytics script to netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebstep committed Dec 1, 2024
1 parent 02f8d28 commit 7d6eceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
property="og:url"
content="https://ai-pathfinder.eu"
/>
<GoogleAnalytics gaId="G-CCR887R8FM" />
{/* <GoogleAnalytics gaId="G-CCR887R8FM" /> */}
</head>
<body className={inter.className}>
<Navigation />
Expand Down

0 comments on commit 7d6eceb

Please sign in to comment.