From 0b01705a865ea4a6eccc6a2045a9daed66e371d6 Mon Sep 17 00:00:00 2001 From: guofei Date: Mon, 28 Oct 2024 13:34:48 +0800 Subject: [PATCH] feat: add google tag --- src/app/layout.tsx | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 947c382..e51d1a8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -35,8 +35,8 @@ function RootLayout({ children }: { children: ReactNode }): ReactElement { `, }} /> - {/* google */} -