From 74391bab90fc958945a053144314a4af8a128a6b Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sat, 26 Mar 2022 03:12:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.config.js b/site.config.js index 5f300c8..3280c74 100644 --- a/site.config.js +++ b/site.config.js @@ -28,7 +28,7 @@ export default { defaultPageCoverPosition: 0.5, // whether or not to enable support for LQIP preview images (optional) - isPreviewImageSupportEnabled: false, + isPreviewImageSupportEnabled: true, // whether or not redis is enabled for caching generated preview images (optional) // NOTE: if you enable redis, you need to set the `REDIS_HOST` and `REDIS_PASSWORD`