Skip to content

Commit 11e76c3

Browse files
committed
delete console log
1 parent 890ec7c commit 11e76c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/ArticleList.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ const articlesWithExcerpts = await Promise.all(
5656
const imageWidth = baseW * (isFeatured ? 2 : 1);
5757
const imageHeight = baseW * (3 / 5) * (isFeatured ? 2 : 1);
5858

59-
console.log(article.data.bg_color);
60-
6159
article.data.fit ??= "cover";
6260
article.data.position ??= "center";
6361

0 commit comments

Comments
 (0)