feat: add baidu meta
parent
d73e09f58d
commit
41b3a4ac27
|
@ -12,6 +12,9 @@ export const metadata: Metadata = {
|
|||
function RootLayout({ children }: { children: ReactNode }): ReactElement {
|
||||
return (
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="baidu-site-verification" content="codeva-ET8AOZwhkG" />
|
||||
</head>
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue