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