mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Demo day blog post: fix social link
This commit is contained in:
parent
4c79e3f4db
commit
c5d1139840
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue