add blog post social image
This commit is contained in:
parent
de99e30420
commit
4613d9bc4c
2 changed files with 1 additions and 1 deletions
BIN
www/public/assets/blog/astro-repl/astro-repl-social.jpg
Normal file
BIN
www/public/assets/blog/astro-repl/astro-repl-social.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
|
@ -13,7 +13,7 @@ let lang = 'en';
|
||||||
|
|
||||||
<html lang={ lang ?? 'en' }>
|
<html lang={ lang ?? 'en' }>
|
||||||
<head>
|
<head>
|
||||||
<BaseHead title={title} description={description} permalink={permalink} />
|
<BaseHead title={title} description={description} permalink={permalink} image="https://astro.build/assets/blog/astro-repl/astro-repl-social.jpg" />
|
||||||
<link rel="stylesheet" href={Astro.resolve('../../scss/blog.css')} />
|
<link rel="stylesheet" href={Astro.resolve('../../scss/blog.css')} />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue