0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

Demo day blog post: fix social link

This commit is contained in:
Matthew Phillips 2021-09-20 17:30:01 -04:00
parent 4c79e3f4db
commit c5d1139840

View file

@ -13,7 +13,7 @@ let lang = 'en';
<html lang={ lang ?? 'en' }>
<head>
<BaseHead title={title} description={description} canonicalURL={permalink} image="/assets/blog/demo-day-2021-09/social.png" />
<BaseHead title={title} description={description} canonicalURL={permalink} image="https://astro.build/assets/blog/demo-day-2021-09/social.png" />
<link rel="stylesheet" href={Astro.resolve('../../scss/blog.css')} />
<style>
.chat-messages {