fix: sharp image configure diff (#6438)

This commit is contained in:
arjunyel 2023-03-07 12:35:41 -06:00 committed by GitHub
parent e58a92527f
commit cf8454f796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';