mirror of
https://github.com/Kyren223/website.git
synced 2025-12-28 08:54:37 +00:00
Trying to get image previews to work
This commit is contained in:
BIN
public/image.png
Normal file
BIN
public/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 992 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user