Skip to content

Commit

Permalink
added analytics again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebstep committed Dec 1, 2024
1 parent 7d6eceb commit 107430d
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 107430d

Please sign in to comment.