add missing word in image integration-guide (#4303)
Co-authored-by: mundry <mundry@users.noreply.github.com>
This commit is contained in:
parent
6a3aa12079
commit
2bb4e3b812
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ This is the helper function used by the `<Image />` component to build `<img />`
|
||||||
|
|
||||||
This helper takes in an object with the same properties as the `<Image />` component and returns an object with attributes that should be included on the final `<img />` element.
|
This helper takes in an object with the same properties as the `<Image />` component and returns an object with attributes that should be included on the final `<img />` element.
|
||||||
|
|
||||||
This can helpful if you need to add preload links to a page's `<head>`.
|
This can be helpful if you need to add preload links to a page's `<head>`.
|
||||||
|
|
||||||
```astro
|
```astro
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue