Skip to content

Commit

Permalink
Update embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
kotx committed Feb 18, 2024
1 parent 20ef378 commit e1e9be9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="theme-color" content="#ea11f1">
<link rel="sitemap" href="/sitemap-index.xml" />

<meta property="og:image" content={Astro.site + "opengraph.webp"} />
<meta property="og:image:type" content="image/webp" />
<meta property="og:image:alt" content="pink and white gradient background, centered text 'kot.pink'" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="400" />
<link rel="sitemap" href="/sitemap-index.xml" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content={Astro.site + "opengraph.webp"} />
<meta name="twitter:image:alt" content="pink and white gradient background, centered text 'kot.pink'" />

<title>Kot!</title>
</head>
<body class="h-screen">
Expand Down

0 comments on commit e1e9be9

Please sign in to comment.