Merge pull request #18 from tmcarmichael/clean-layout-astro
chore: clean up layout astro dead code
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user