strict typescript

This commit is contained in:
2024-02-18 20:30:10 -05:00
parent 06fce5508a
commit b4fd4e3403
6 changed files with 37 additions and 26 deletions
-2
View File
@@ -15,8 +15,6 @@ const { title, date, slug } = Astro.props;
{slug ? <a href={`/posts/${slug}`}>{title}</a> : title}
</h2>
<h3>
<!-- <img class="svg-icon" src={calendarIcon} alt="" /> -->
🗓️ <FormattedDate date={date} />
</h3>
</div>