Skip to content

Commit

Permalink
og:imageを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
吉野敬太郎 authored and 吉野敬太郎 committed Sep 16, 2024
1 parent f93648f commit b7ebb66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 132 deletions.
129 changes: 0 additions & 129 deletions functions/post/og/[ogtitle].tsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site);
<meta property="og:url" content={Astro.url} />
<meta property="og:site_name" content="ゆっきーの砂場" />
<meta property="og:locale" content="ja_JP" />
<meta property="og:image" content={`https://yukky-sandbox.dev/post/og/${title}`} />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="400" />
<meta property="twitter:site" content="@Yu_yukk_Y" />
<meta property="twitter:creator" content="@Yu_yukk_Y" />
<meta property="twitter:title" content={title} />
Expand Down

0 comments on commit b7ebb66

Please sign in to comment.