From cb3c46996cc67b619b2bd83ec5632f91c86f5940 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 27 Mar 2022 10:13:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9563623..eeb7065 100644 --- a/readme.md +++ b/readme.md @@ -75,7 +75,7 @@ NOTE: if you have multiple pages in your workspace with the same slugified name, Example preview image

-We use [next/image](https://nextjs.org/docs/api-reference/next/image) to serve efficient images, with preview images optionally generated via [lqip-modern](https://github.com/transitive-bullshit/lqip-modern). This gives us extremely optimized image support for sexy smooth images. +We use [next/image](https://nextjs.org/docs/api-reference/next/image) to serve images efficiently, with preview images optionally generated via [lqip-modern](https://github.com/transitive-bullshit/lqip-modern). This gives us extremely optimized image support for sexy smooth images. Preview images are **enabled by default**, but they can be slow to generate, so if you want to disable them, set `isPreviewImageSupportEnabled` to `false` in `site.config.js`.