From ad3fe1270c0a915e09fb12bf8a7aaf0205728af8 Mon Sep 17 00:00:00 2001 From: Tony Tang Date: Wed, 22 Oct 2025 10:40:29 +0800 Subject: [PATCH] Update site.config.ts enable redis for caching --- site.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.config.ts b/site.config.ts index fa9292e..92a4abe 100644 --- a/site.config.ts +++ b/site.config.ts @@ -36,7 +36,7 @@ export default siteConfig({ // 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` // environment variables. see the readme for more info - isRedisEnabled: false, + isRedisEnabled: true, // map of notion page IDs to URL paths (optional) // any pages defined here will override their default URL paths