chore: clean up layout astro dead code

This commit is contained in:
Thomas Carmichael
2023-03-05 19:26:37 -06:00
parent 591a56d372
commit af06901468

View File

@@ -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(