Fix typescript errors on astro check

This commit is contained in:
prototypa
2024-03-26 22:23:23 -04:00
parent 29dc532de7
commit a2187f0991
7 changed files with 27 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ const {
title={title}
subtitle={subtitle}
tagline={tagline}
classes={classes?.headline}
classes={classes?.headline as Record<string, string>}
/>
<ItemGrid2
items={items}