diff --git a/src/components/card/NEWBlogPostCard.astro b/src/components/card/NEWBlogPostCard.astro index 01be55a..de480a9 100644 --- a/src/components/card/NEWBlogPostCard.astro +++ b/src/components/card/NEWBlogPostCard.astro @@ -2,13 +2,12 @@ export interface Props { title: string; description: string; - author: string; href: string; publishDate: Date; cover: ImageMetadata; coverAlt: string; } -const { title, author, href, publishDate, description, cover, coverAlt } = +const { title, href, publishDate, description, cover, coverAlt } = Astro.props; const options = {