Fix typo in image integration documentatation (#5388)
This commit is contained in:
parent
07827083ae
commit
df8092b007
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ First, install the `sharp` package using your package manger. If you're using np
|
|||
```sh
|
||||
npm install sharp
|
||||
```
|
||||
Then, update the integration in you `astro.config.*` file to use the built-in `sharp` image transformer.
|
||||
Then, update the integration in your `astro.config.*` file to use the built-in `sharp` image transformer.
|
||||
```astro title="astro.config.mjs"
|
||||
---
|
||||
import image from '@astrojs/image';
|
||||
|
|
Loading…
Reference in a new issue