Skip to content

Commit

Permalink
feat(meta): remove og url
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna committed Feb 19, 2024
1 parent e0060d2 commit c8e8645
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/layout/page-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ const PageLayout: FC<IProps> = (props) => {
<meta name="description" content={props.description} />

<meta property="og:type" content="website" />
<meta property="og:url" content="https://web-expl.qwq.sh" />
<meta property="og:title" content={props.title} />
<meta property="og:description" content={props.description} />
<meta property="og:image" content="/banner.png" />

<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://web-expl.qwq.sh" />
<meta property="twitter:title" content={props.title} />
<meta property="twitter:description" content={props.description} />
<meta property="twitter:image" content="/banner.png" />
Expand Down

0 comments on commit c8e8645

Please sign in to comment.