metadata image added

This commit is contained in:
Noah Swerhun 2024-04-04 15:36:35 -05:00
parent e2cf10c996
commit cb19dcc1f3
2 changed files with 2 additions and 2 deletions

BIN
public/headshot_cropped.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 KiB

View file

@ -8,8 +8,8 @@ const domain = "jhunterdeloche.com";
const author = "J. Hunter DeLoche"; const author = "J. Hunter DeLoche";
const site_name = "J. Hunter DeLoche's Website"; const site_name = "J. Hunter DeLoche's Website";
const image_link = ""; const image_link = "https://jhunterdeloche.com/headshot_cropped.png";
const image_desc = ""; const image_desc = "Portrait of J. Hunter DeLoche";
const { title, description }: Props = Astro.props; const { title, description }: Props = Astro.props;
--- ---