Fix spelling mistake in @astrojs/image docs (#4256)
`intergration` -> `integration`
This commit is contained in:
parent
9f6d8eb625
commit
5afb5ef7af
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ This helper takes in an object with the same properties as the `<Picture />` com
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The intergration can be configured to run with a different image service, either a hosted image service or a full image transformer that runs locally in your build or SSR deployment.
|
The integration can be configured to run with a different image service, either a hosted image service or a full image transformer that runs locally in your build or SSR deployment.
|
||||||
|
|
||||||
> During development, local images may not have been published yet and would not be available to hosted image services. Local images will always use the built-in `sharp` service when using `astro dev`.
|
> During development, local images may not have been published yet and would not be available to hosted image services. Local images will always use the built-in `sharp` service when using `astro dev`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue