Skip to content

Commit 07a1d17

Browse files
committed
Enable redis
1 parent 7ee7186 commit 07a1d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default siteConfig({
5151
// whether or not redis is enabled for caching generated preview images (optional)
5252
// NOTE: if you enable redis, you need to set the `REDIS_HOST` and `REDIS_PASSWORD`
5353
// environment variables. see the readme for more info
54-
isRedisEnabled: false,
54+
isRedisEnabled: true,
5555

5656
// whether to use the default notion navigation style or a custom one with links to
5757
// important pages. To use `navigationLinks`, set `navigationStyle` to `custom`.

0 commit comments

Comments
 (0)