From 41b3a4ac274b09bfe7f8489457ec688f0ad9bedb Mon Sep 17 00:00:00 2001 From: guofei Date: Fri, 25 Oct 2024 16:07:51 +0800 Subject: [PATCH] feat: add baidu meta --- src/app/layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 189ce25..0dd71dd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,6 +12,9 @@ export const metadata: Metadata = { function RootLayout({ children }: { children: ReactNode }): ReactElement { return ( + + + {children} );