diff --git a/src/components/blog/Masthead.astro b/src/components/blog/Masthead.astro index 2520527..a757f29 100644 --- a/src/components/blog/Masthead.astro +++ b/src/components/blog/Masthead.astro @@ -1,5 +1,4 @@ --- -import { Image } from "astro:assets"; import type { CollectionEntry } from "astro:content"; import FormattedDate from "@/components/FormattedDate.astro"; import Card from "../componentsBefore/Card.astro"; @@ -27,14 +26,13 @@ const socialImageURL = new URL(ogImage ? ogImage : "/social-card.png", Astro.url { socialImageURL && ( -