Skip to content

Commit

Permalink
chore: clean up layout astro dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcarmichael committed Mar 6, 2023
1 parent 591a56d commit af06901
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit af06901

Please sign in to comment.