chore: add alt type (#1471)

This commit is contained in:
Yoshiaki Togami 2021-10-01 23:13:34 +09:00 committed by GitHub
parent c9364bed0f
commit dd6442a686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ export interface Props {
author: string;
publishDate: string;
heroImage: string;
alt: string;
}
const { title, author, publishDate, heroImage, alt } = Astro.props;