We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890ec7c commit 11e76c3Copy full SHA for 11e76c3
src/components/ArticleList.astro
@@ -56,8 +56,6 @@ const articlesWithExcerpts = await Promise.all(
56
const imageWidth = baseW * (isFeatured ? 2 : 1);
57
const imageHeight = baseW * (3 / 5) * (isFeatured ? 2 : 1);
58
59
- console.log(article.data.bg_color);
60
-
61
article.data.fit ??= "cover";
62
article.data.position ??= "center";
63
0 commit comments