Skip to content

Commit

Permalink
feat: revert to default settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
fky2015 committed Apr 6, 2022
1 parent 04edb2e commit 9d81e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
// 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: true,
isRedisEnabled: false,

// map of notion page IDs to URL paths (optional)
// any pages defined here will override their default URL paths
Expand All @@ -74,6 +74,6 @@ module.exports = {
// Any invalid data type will be ignored and fallback to default metadata.
//
// These metadata will be used when generating RSS, Sitemap, etc.
OverrideCreatedTime: "Created",
OverrideCreatedTime: null,
OverrideLastEditedTime: null,
}

0 comments on commit 9d81e74

Please sign in to comment.