summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-09-17 10:24:18 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-09-17 10:24:18 -0700
commit4613d9bc4c3e8c5d4a50163663cb5103fc79bc93 (patch)
tree5d3dc3359cdc51df3b5993b1d3c276f3a0f31839
parentde99e30420a7f891dea9b4acadfca04a87490922 (diff)
downloadastro-4613d9bc4c3e8c5d4a50163663cb5103fc79bc93.tar.gz
astro-4613d9bc4c3e8c5d4a50163663cb5103fc79bc93.tar.zst
astro-4613d9bc4c3e8c5d4a50163663cb5103fc79bc93.zip
add blog post social image
Diffstat (limited to '')
-rw-r--r--www/public/assets/blog/astro-repl/astro-repl-social.jpgbin0 -> 68935 bytes
-rw-r--r--www/src/pages/blog/astro-repl.astro2
2 files changed, 1 insertions, 1 deletions
diff --git a/www/public/assets/blog/astro-repl/astro-repl-social.jpg b/www/public/assets/blog/astro-repl/astro-repl-social.jpg
new file mode 100644
index 000000000..c7ea9e97d
--- /dev/null
+++ b/www/public/assets/blog/astro-repl/astro-repl-social.jpg
Binary files differ
diff --git a/www/src/pages/blog/astro-repl.astro b/www/src/pages/blog/astro-repl.astro
index 98f598a9b..32aa00932 100644
--- a/www/src/pages/blog/astro-repl.astro
+++ b/www/src/pages/blog/astro-repl.astro
@@ -13,7 +13,7 @@ let lang = 'en';
<html lang={ lang ?? 'en' }>
<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')} />
</head>