From 4f5b224cda0bea25217e584ae17d253ab38ac401 Mon Sep 17 00:00:00 2001 From: Bryce Russell Date: Tue, 31 Jan 2023 19:28:14 -0600 Subject: [PATCH] Add required `alt` to Picture example (#6074) Co-authored-by: BryceRussell <19967622+BryceRussell@users.noreply.github.com> --- packages/integrations/image/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md index 9b369f6318fc..89fdbaba854d 100644 --- a/packages/integrations/image/README.md +++ b/packages/integrations/image/README.md @@ -333,7 +333,7 @@ The list of sizes that should be built for responsive images. This is combined w ```astro // Builds three images: 400x400, 800x800, and 1200x1200 - + ``` #### aspectRatio