diff --git a/website/src/components/BaseHead.astro b/website/src/components/BaseHead.astro
index a0f3ff7..572ddfc 100644
--- a/website/src/components/BaseHead.astro
+++ b/website/src/components/BaseHead.astro
@@ -10,6 +10,11 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site);
const { title, description, image = '/images/headshot.jpg' } = Astro.props;
---
+
+
+
+
+