Skip to content

Commit

Permalink
fix(v2): update twitter:card to summary_large_image (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Mar 22, 2020
1 parent 1816981 commit feaa75c
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 feaa75c

Please sign in to comment.