Skip to content

Commit

Permalink
Large iamge
Browse files Browse the repository at this point in the history
  • Loading branch information
LynithDev committed Nov 19, 2023
1 parent 13e4751 commit b14cfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const {
<meta property="og:site_name" content={meta.title} />
<meta property="og:type" content="website" />
{meta.image && <meta property="og:image" content={meta.image} />}
<meta name="twitter:card" content="summary" />
<meta name="twitter:card" content="summary_large_image" />

<ViewTransitions />
</head>
Expand Down

0 comments on commit b14cfe3

Please sign in to comment.