diff --git a/.changeset/quiet-bananas-obey.md b/.changeset/quiet-bananas-obey.md new file mode 100644 index 000000000000..42ed93312fc8 --- /dev/null +++ b/.changeset/quiet-bananas-obey.md @@ -0,0 +1,5 @@ +--- +'@astrojs/image': patch +--- + +Bug: Updating the component to default to async image decoding diff --git a/packages/integrations/image/components/Picture.astro b/packages/integrations/image/components/Picture.astro index ed2cfd49e387..fb1f1e2bd214 100644 --- a/packages/integrations/image/components/Picture.astro +++ b/packages/integrations/image/components/Picture.astro @@ -21,7 +21,7 @@ export interface RemoteImageProps extends Omit