diff --git a/docs/docs/04-Configurations/01-basic-configuration.md b/docs/docs/04-Configurations/01-basic-configuration.md index aff12bb3..e2cdafc4 100644 --- a/docs/docs/04-Configurations/01-basic-configuration.md +++ b/docs/docs/04-Configurations/01-basic-configuration.md @@ -182,6 +182,14 @@ Please refer to the official sharp documentation for more information. - Type: Array> Format → "jpeg" | "jpg" | "png" | "webp" | "avif" +:::note + +This option was developed before the `Picture` component was added yet. It is now recommended that the Picture component be used to allow multiple image formats to be displayed. + +See [Picture component](/docs/Features/picture-component) + +::: + It allows you to convert images from any extension to another extension. e.g. diff --git a/docs/docs/05-comparison.md b/docs/docs/05-comparison.md index e47f24e1..47028b70 100644 --- a/docs/docs/05-comparison.md +++ b/docs/docs/05-comparison.md @@ -48,7 +48,8 @@ Because of the above characteristics, the library is recommended for users other - Want to use it as simply as possible. - When multiple formats of images are required to be supported by Picture component. -- +- I want to use `next build` to optimize images in advance while using the Node.js server. +- I want to easily optimize external images. ## Please let me know if there are others!