Update site.config.ts

enable redis for caching
This commit is contained in:
2025-10-22 10:40:29 +08:00
committed by GitHub
parent 8afdec0365
commit ad3fe1270c

View File

@@ -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