Skip to content

Commit

Permalink
#7 change: remove tag manager
Browse files Browse the repository at this point in the history
  • Loading branch information
M1n01 committed Dec 16, 2024
1 parent 9af92f4 commit 332f8f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ColorSchemeScript, MantineProvider } from "@mantine/core";
import { GoogleTagManager } from "@next/third-parties/google";

import "./globals.css";
import "@mantine/core/styles.css";
Expand All @@ -19,8 +18,6 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<head>
{/* <!-- Google tag (gtag.js) --> */}
<GoogleTagManager gtmId={process.env.NEXT_PUBLIC_GA_ID || ""} />
<ColorSchemeScript />
</head>
<body>
Expand Down

0 comments on commit 332f8f0

Please sign in to comment.