Skip to content

Commit

Permalink
添加搜狗meta
Browse files Browse the repository at this point in the history
  • Loading branch information
white0dew committed Jun 15, 2024
1 parent e04dbb6 commit c5a43da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function RootLayout({
/>
{/* 全局 CSS */}
<meta name="baidu-site-verification" content="codeva-I0qCzKCAtu" />
<meta name="sogou_site_verification" content="7AxJ6lhO0l" />
<meta name="sogou_site_verification" content="aSqvuC76gh" />
<body
className="bg-white w-screen max-w-screen
overflow-x-hidden
Expand Down
1 change: 1 addition & 0 deletions components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default function Header() {
justify-between
opacity-95 top-0"
>
<meta name="sogou_site_verification" content="7AxJ6lhO0l" />
<div>
<Link href="/" aria-label={siteMetadata.headerTitle}>
<div className="flex items-center justify-between">
Expand Down

0 comments on commit c5a43da

Please sign in to comment.