Skip to content

Commit 2515bf5

Browse files
[feat] Add meta tag for twitter:card and set content summary_large_image (#64)
1 parent 3eb07f0 commit 2515bf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/commons/Layout/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export const Layout: NextPage<LayoutProps> = ({ children }) => {
5151
<meta property="og:type" content="website" />
5252
<meta property="og:url" content="https://gocon.jp/2023" />
5353
<meta property="og:image" content="https://gocon.jp/2023/ogp-thumbnail.png" />
54+
<meta name="twitter:card" content="summary_large_image" />
5455
</Head>
5556
<Box>
5657
<Header />

0 commit comments

Comments
 (0)