chore: add alt type (#1471)
This commit is contained in:
parent
c9364bed0f
commit
dd6442a686
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ export interface Props {
|
|||
author: string;
|
||||
publishDate: string;
|
||||
heroImage: string;
|
||||
alt: string;
|
||||
}
|
||||
|
||||
const { title, author, publishDate, heroImage, alt } = Astro.props;
|
||||
|
|
Loading…
Reference in a new issue