From 46e7042ad68869791100f81b58b2d8c09befdc43 Mon Sep 17 00:00:00 2001 From: guofei Date: Mon, 28 Oct 2024 12:09:04 +0800 Subject: [PATCH] feat: add google gtag --- src/app/layout.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2cd0c1a..947c382 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -35,6 +35,18 @@ function RootLayout({ children }: { children: ReactNode }): ReactElement { `, }} /> + {/* google */} +