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;
|
author: string;
|
||||||
publishDate: string;
|
publishDate: string;
|
||||||
heroImage: string;
|
heroImage: string;
|
||||||
|
alt: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
const { title, author, publishDate, heroImage, alt } = Astro.props;
|
const { title, author, publishDate, heroImage, alt } = Astro.props;
|
||||||
|
|
Loading…
Add table
Reference in a new issue