From af069014680033688864cc2e1c702a74c588a0d4 Mon Sep 17 00:00:00 2001 From: Thomas Carmichael Date: Sun, 5 Mar 2023 19:26:37 -0600 Subject: [PATCH] chore: clean up layout astro dead code --- src/layouts/Layout.astro | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index d789f9f..9b3b131 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -8,14 +8,6 @@ export interface Props { title: string; } -// const { src } = await getImage({ -// src: "../../assets/hero.png", -// width: 800, -// height: 742, -// format: "avif", -// }); -// console.log(src); - const canonicalURL = new URL(Astro.url.pathname, Astro.site).toString(); const resolvedImageWithDomain = new URL(