We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c97880 commit eb84888Copy full SHA for eb84888
public/images/socialpreview.png
654 KB
src/layouts/Layout.astro
@@ -26,7 +26,7 @@ import { Image } from 'astro:assets';
26
image ? (
27
<meta property='og:image' content={image} />
28
) : (
29
- <meta property='og:image' content='/socialpreview.png' />
+ <meta property='og:image' content='/images/socialpreview.png' />
30
)
31
}
32
@@ -39,7 +39,7 @@ import { Image } from 'astro:assets';
39
40
<meta property='twitter:image' content={image} />
41
42
- <meta property='twitter:image' content='/socialpreview.png' />
+ <meta property='twitter:image' content='/images/socialpreview.png' />
43
44
45
<meta charset='UTF-8' />
0 commit comments