fix: remove test author data
This commit is contained in:
parent
6491693099
commit
1d1b31f524
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
---
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue