From cf8454f7963ce1e034a3e2968384190705f63043 Mon Sep 17 00:00:00 2001 From: arjunyel Date: Tue, 7 Mar 2023 12:35:41 -0600 Subject: [PATCH] fix: sharp image configure diff (#6438) --- 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 ffd75fd3e..e53b1a08a 100644 --- a/packages/integrations/image/README.md +++ b/packages/integrations/image/README.md @@ -85,7 +85,7 @@ Then, update the integration in your `astro.config.*` file to use the built-in ` __`astro.config.mjs`__ -```js ins={3,8} +```js ins={7} import { defineConfig } from 'astro/config'; import image from '@astrojs/image';