Skip to content

Commit fa0e8af

Browse files
committed
Fix typo and add quality
1 parent 75c2fe1 commit fa0e8af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/basic-features/image-optimization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export default Home
4444

4545
- `width` and `height` are required to prevent [Cumulative Layout Shift](https://web.dev/cls/), a [Core Web Vital](https://web.dev/vitals/) that Google is going to [use in their search ranking](https://webmasters.googleblog.com/2020/05/evaluating-page-experience.html)
4646
- `width` and `height` are automatically responsive, unlike the HTML `<img>` element
47+
- `quality` can be configured per image, default 75
4748
- See [`next/image`](/docs/api-reference/next/image.md) for list of available props.
4849

4950
## Configuration
@@ -64,7 +65,7 @@ module.exports = {
6465
}
6566
```
6667

67-
If a specific property is ommitted, such as `deviceSizes`, that property will use the default above.
68+
If a specific property is omitted, such as `deviceSizes`, that property will use the default above.
6869

6970
This means you only need to configure the properties you wish to change.
7071

0 commit comments

Comments
 (0)