mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
Update site.config.ts
enable redis for caching
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user