From 14d4ce92469e908b45ccda72bcb460ebb0d51102 Mon Sep 17 00:00:00 2001 From: sarah11918 Date: Thu, 13 Jul 2023 11:19:28 +0000 Subject: [PATCH] [ci] format --- packages/integrations/image/README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md index 3b5afc8d0..d59fd5f7c 100644 --- a/packages/integrations/image/README.md +++ b/packages/integrations/image/README.md @@ -4,7 +4,6 @@ This **[Astro integration][astro-integration]** optimizes images in your [Astro project](https://astro.build). It is supported in Astro v2 only for all static sites and for [some server-side rendering deploy hosts](#installation). - - [Why `@astrojs/image`?](#why-astrojsimage) - [Installation](#installation) - [Usage](#usage) @@ -670,12 +669,15 @@ As an alternative, you can wrap these components in another Astro component for --- import { Picture } from '@astrojs/image/components'; -const {src, ...attrs} = Astro.props; +const { src, ...attrs } = Astro.props; --- +