Skip to content

Commit

Permalink
last commit [default squared image in preview]
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-benny committed Oct 4, 2023
1 parent 227aa73 commit 52d3db6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
<link rel="icon" href={unibo192png} sizes="192x192" />
<link rel="icon" href={unibo512png} sizes="512x512" />

<meta name="image" property="og:image" content={ogImagerec} />
<!-- <meta property="og:image:height" content="512" /> -->
<meta property="og:image:width" content="1050" />
<meta name="image" property="og:image" content={ogImage} />
<meta property="og:image:height" content="512" />
</svelte:head>

<slot />
Expand Down

0 comments on commit 52d3db6

Please sign in to comment.