From d44fd70b43bcb06c4ee184c6801f3ef6a88a056b Mon Sep 17 00:00:00 2001 From: dc7290 Date: Thu, 3 Oct 2024 17:17:55 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Added=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/04-Configurations/01-basic-configuration.md | 8 ++++++++ docs/docs/05-comparison.md | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) 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!