feat: add sougou meta

main
guofei 2024-10-25 18:23:05 +08:00
parent 80c376162d
commit dfe29b2b39
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ function RootLayout({ children }: { children: ReactNode }): ReactElement {
<html lang="en">
<head>
<meta name="baidu-site-verification" content="codeva-ET8AOZwhkG" />
<meta name="sogou_site_verification" content="5WfNfjHc6j" />
</head>
<body>{children}</body>
</html>