From a64c2cd784bb6190d61b8ebc7f49d48be7674ab4 Mon Sep 17 00:00:00 2001 From: dc7290 Date: Thu, 26 May 2022 10:52:48 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Add=20convertForma?= =?UTF-8?q?t=20to=20features?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + docs/docs/intro.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e5ef7d8e..6ecf0dfe 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ This makes it possible to build a high performance website with this solution, w - Optimize images at build time. - All options for `next/image` available +- Convert formats (png → webp, etc.) - Using `sharp`, so it's fast. - Cache prevents repeating the same optimization - Support TypeScript diff --git a/docs/docs/intro.md b/docs/docs/intro.md index f8c40e65..25adf781 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -20,6 +20,7 @@ This makes it possible to build a high performance website with this solution, w - Optimize images at build time. - All options for `next/image` available +- Convert formats (png → webp, etc.) - Using `sharp`, so it's fast. - Cache prevents repeating the same optimization - Support TypeScript