diff options
author | 2023-03-07 12:35:41 -0600 | |
---|---|---|
committer | 2023-03-07 13:35:41 -0500 | |
commit | cf8454f7963ce1e034a3e2968384190705f63043 (patch) | |
tree | 9f0962628f40d330c37a338fe55c17d59bf3e51d | |
parent | e58a92527f54cb29d3515d544fad833a5ce1061d (diff) | |
download | astro-cf8454f7963ce1e034a3e2968384190705f63043.tar.gz astro-cf8454f7963ce1e034a3e2968384190705f63043.tar.zst astro-cf8454f7963ce1e034a3e2968384190705f63043.zip |
fix: sharp image configure diff (#6438)
-rw-r--r-- | packages/integrations/image/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |