fix: remove test author data

This commit is contained in:
Ayo 2023-05-14 00:15:19 +02:00
parent 6491693099
commit 1d1b31f524

View file

@ -7,7 +7,6 @@ export interface Props {
const article = Astro.props.article; const article = Astro.props.article;
const datePublished = const datePublished =
article?.published && new Date(article.published).toDateString(); article?.published && new Date(article.published).toDateString();
article.author = "Ayo Ayco";
--- ---
{ {