Merge pull request #69 from ivopauly/main
Add missing required alt property for GetImageTransform
This commit is contained in:
@ -13,6 +13,7 @@ import SplitbeeAnalytics from './SplitbeeAnalytics.astro';
|
||||
|
||||
const { src: defaultImage } = await getImage({
|
||||
src: defaultImageSrc,
|
||||
alt: 'Default image',
|
||||
width: 1200,
|
||||
height: 628,
|
||||
});
|
||||
|
Reference in New Issue
Block a user