We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
twitter:card
summary_large_image
1 parent 3eb07f0 commit 2515bf5Copy full SHA for 2515bf5
src/components/commons/Layout/index.tsx
@@ -51,6 +51,7 @@ export const Layout: NextPage<LayoutProps> = ({ children }) => {
51
<meta property="og:type" content="website" />
52
<meta property="og:url" content="https://gocon.jp/2023" />
53
<meta property="og:image" content="https://gocon.jp/2023/ogp-thumbnail.png" />
54
+ <meta name="twitter:card" content="summary_large_image" />
55
</Head>
56
<Box>
57
<Header />
0 commit comments