Skip to content

Commit 9bcef22

Browse files
committed
refactor: remove redundant Open Graph site name property from Seo.tsx
1 parent 4e83d86 commit 9bcef22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/Layout/Seo.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ export default function Seo({
8787
name: "description",
8888
content: metaDescription,
8989
},
90-
{
91-
property: "og:site_name",
92-
content: "TiDB Docs",
93-
},
9490
{
9591
property: "og:title",
9692
content: title,

0 commit comments

Comments
 (0)