diff --git a/src/components/post.astro b/src/components/post.astro index 9e06709..e2529b3 100644 --- a/src/components/post.astro +++ b/src/components/post.astro @@ -7,7 +7,6 @@ export interface Props { const article = Astro.props.article; const datePublished = article?.published && new Date(article.published).toDateString(); -article.author = "Ayo Ayco"; --- {