From c0141db5d627e2ee25be302ee12b4de7b23ef0d7 Mon Sep 17 00:00:00 2001 From: Kangdy Date: Tue, 3 Mar 2026 21:10:46 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Google=20Tag=20Manager(GTM)=20?= =?UTF-8?q?=EB=8F=84=EC=9E=85=20=EB=B0=8F=20=EA=B8=B0=EC=A1=B4=20GA4=20?= =?UTF-8?q?=ED=83=9C=EA=B7=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index a0e2476..3586eb4 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,7 +6,7 @@ import Header from '../components/header'; import Footer from '../components/footer'; import GlobalModal from '@/components/modal/globalModal'; import QueryProvider from '@/components/providers/queryProvider'; -import { GoogleAnalytics } from '@next/third-parties/google'; +import { GoogleAnalytics, GoogleTagManager } from '@next/third-parties/google'; const pretendard = localFont({ src: [ @@ -38,6 +38,7 @@ export default function RootLayout({ }>) { return ( +
@@ -50,7 +51,6 @@ export default function RootLayout({ strategy="beforeInteractive" /> - ); }