Trying to get image previews to work

This commit is contained in:
2024-12-29 19:54:31 +02:00
parent 6e575483db
commit 34b67b2b6b
2 changed files with 2 additions and 2 deletions

BIN
public/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 992 KiB

View File

@@ -19,6 +19,6 @@ const { title, description } = Astro.props;
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kyren.codes/" />
<meta property="og:description" content={description} />
<meta property="og:image" content="https://kyren.codes/favicon.svg">
<meta property="og:image:alt" content="">
<meta property="og:image" content="https://kyren.codes/image.png">
<meta property="og:image:alt" content="a cyan sphere with a dark background">
</head>