mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-11-09 13:50:49 -05:00
updating social img
This commit is contained in:
parent
1f70e23447
commit
4f32d87fc0
3 changed files with 1 additions and 1 deletions
BIN
public/social_img.png
Normal file
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 |
|
@ -9,7 +9,7 @@ export interface Props {
|
||||||
image?: string;
|
image?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
const { title, description, image = '/social_img.webp' } = Astro.props;
|
const { title, description, image = '/social_img.png' } = Astro.props;
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Global Metadata -->
|
<!-- Global Metadata -->
|
||||||
|
|
Loading…
Reference in a new issue