From ca8e6824eaa711105f4092365792720c9dde026b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Jun 2026 19:21:59 +0100 Subject: remove Astro website --- website/src/components/BaseHead.astro | 54 ----------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 website/src/components/BaseHead.astro (limited to 'website/src/components/BaseHead.astro') diff --git a/website/src/components/BaseHead.astro b/website/src/components/BaseHead.astro deleted file mode 100644 index 360c4bb..0000000 --- a/website/src/components/BaseHead.astro +++ /dev/null @@ -1,54 +0,0 @@ ---- -interface Props { - title: string; - description?: string; - image?: string; -} - -const canonicalURL = new URL(Astro.url.pathname, Astro.site); - -const { title, description, image = '/images/headshot.jpg' } = Astro.props; ---- - - - - - - - - - - - - - - - - - - - - - - -{title} - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3