We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee7186 commit 07a1d17Copy full SHA for 07a1d17
site.config.ts
@@ -51,7 +51,7 @@ export default siteConfig({
51
// whether or not redis is enabled for caching generated preview images (optional)
52
// NOTE: if you enable redis, you need to set the `REDIS_HOST` and `REDIS_PASSWORD`
53
// environment variables. see the readme for more info
54
- isRedisEnabled: false,
+ isRedisEnabled: true,
55
56
// whether to use the default notion navigation style or a custom one with links to
57
// important pages. To use `navigationLinks`, set `navigationStyle` to `custom`.
0 commit comments