updating social img

This commit is contained in:
Manuel Ernesto Garcia 2022-10-02 13:45:31 -04:00
parent 1f70e23447
commit 4f32d87fc0
3 changed files with 1 additions and 1 deletions

BIN
public/social_img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

View file

@ -9,7 +9,7 @@ export interface Props {
image?: string;
}
const { title, description, image = '/social_img.webp' } = Astro.props;
const { title, description, image = '/social_img.png' } = Astro.props;
---
<!-- Global Metadata -->