Skip to content

Commit

Permalink
fix(v2): update twitter:card to summary_large_image
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Mar 21, 2020
1 parent c7101e0 commit 1ca0fac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function Layout(props) {
{permalink && (
<meta property="og:url" content={siteUrl + permalink} />
)}
<meta name="twitter:card" content="summary" />
<meta name="twitter:card" content="summary_large_image" />
</Head>
<Navbar />
<div className="main-wrapper">{children}</div>
Expand Down

0 comments on commit 1ca0fac

Please sign in to comment.