From 11ed895cd86fe41d7b07f5bb5e8080b7b9364812 Mon Sep 17 00:00:00 2001 From: zaida04 Date: Thu, 6 Jun 2024 20:43:06 -0400 Subject: [PATCH] feat: add face to og image --- src/components/layouts/Layout.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/layouts/Layout.astro b/src/components/layouts/Layout.astro index d7470c1..6112eca 100644 --- a/src/components/layouts/Layout.astro +++ b/src/components/layouts/Layout.astro @@ -1,6 +1,7 @@ --- import "../../styles/fonts.css"; import "../../styles/globals.css"; +import MyFace from "../../static/imgs/my_face.png"; interface Props { title: string; @@ -25,7 +26,7 @@ const { title, description } = Astro.props; "I'm Zaid. This is my blog, where I write about random stuff."} /> - +