fix: sharp image configure diff (#6438)
This commit is contained in:
parent
e58a92527f
commit
cf8454f796
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue