diff options
author | 2021-09-17 10:24:18 -0700 | |
---|---|---|
committer | 2021-09-17 10:24:18 -0700 | |
commit | 4613d9bc4c3e8c5d4a50163663cb5103fc79bc93 (patch) | |
tree | 5d3dc3359cdc51df3b5993b1d3c276f3a0f31839 | |
parent | de99e30420a7f891dea9b4acadfca04a87490922 (diff) | |
download | astro-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.jpg | bin | 0 -> 68935 bytes | |||
-rw-r--r-- | www/src/pages/blog/astro-repl.astro | 2 |
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 Binary files differnew file mode 100644 index 000000000..c7ea9e97d --- /dev/null +++ b/www/public/assets/blog/astro-repl/astro-repl-social.jpg 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> |