Skip to content

Commit

Permalink
[feat] Add meta tag for twitter:card and set content `summary_large…
Browse files Browse the repository at this point in the history
…_image` (#64)
  • Loading branch information
taigakiyokawa authored Nov 30, 2022
1 parent 3eb07f0 commit 2515bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/commons/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const Layout: NextPage<LayoutProps> = ({ children }) => {
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gocon.jp/2023" />
<meta property="og:image" content="https://gocon.jp/2023/ogp-thumbnail.png" />
<meta name="twitter:card" content="summary_large_image" />
</Head>
<Box>
<Header />
Expand Down

0 comments on commit 2515bf5

Please sign in to comment.