feat: add sougou meta
parent
80c376162d
commit
dfe29b2b39
|
@ -14,6 +14,7 @@ function RootLayout({ children }: { children: ReactNode }): ReactElement {
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta name="baidu-site-verification" content="codeva-ET8AOZwhkG" />
|
<meta name="baidu-site-verification" content="codeva-ET8AOZwhkG" />
|
||||||
|
<meta name="sogou_site_verification" content="5WfNfjHc6j" />
|
||||||
</head>
|
</head>
|
||||||
<body>{children}</body>
|
<body>{children}</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue