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 3bd1fab commit 93114feCopy full SHA for 93114fe
site.config.ts
@@ -38,6 +38,10 @@ export default siteConfig({
38
// environment variables. see the readme for more info
39
isRedisEnabled: false,
40
41
+ // whether or not search is enabled (optional)
42
+ // this requires support from Notion.
43
+ isSearchEnabled: true,
44
+
45
// map of notion page IDs to URL paths (optional)
46
// any pages defined here will override their default URL paths
47
// example:
0 commit comments