Skip to content

Commit

Permalink
feat: comment GoogleTagManager and GoogleAnalytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-2369 committed Feb 12, 2025
1 parent 2dc2541 commit 75fb9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function RootLayout({
<SpeedInsights />
</>
)}
{serverConfig?.gtmId && (
{/*{serverConfig?.gtmId && (
<>
<GoogleTagManager gtmId={serverConfig.gtmId} />
</>
Expand All @@ -65,7 +65,7 @@ export default function RootLayout({
<>
<GoogleAnalytics gaId={serverConfig.gaId} />
</>
)}
)}*/}
</body>
</html>
);
Expand Down

0 comments on commit 75fb9ab

Please sign in to comment.