chore: clean up layout astro dead code
This commit is contained in:
@@ -8,14 +8,6 @@ export interface Props {
|
|||||||
title: string;
|
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 canonicalURL = new URL(Astro.url.pathname, Astro.site).toString();
|
||||||
|
|
||||||
const resolvedImageWithDomain = new URL(
|
const resolvedImageWithDomain = new URL(
|
||||||
|
|||||||
Reference in New Issue
Block a user