diff options
-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> |