diff --git a/.changeset/tidy-buses-mate.md b/.changeset/tidy-buses-mate.md new file mode 100644 index 0000000000..af4460b99e --- /dev/null +++ b/.changeset/tidy-buses-mate.md @@ -0,0 +1,5 @@ +--- +"@astrojs/image": patch +--- + +Fix duplicate `alt` attribute on Picture component. diff --git a/packages/integrations/image/components/Picture.astro b/packages/integrations/image/components/Picture.astro index f099eae23e..f8958f8fea 100644 --- a/packages/integrations/image/components/Picture.astro +++ b/packages/integrations/image/components/Picture.astro @@ -41,5 +41,5 @@ delete image.height; {sources.map((attrs) => )} - +