Skip to content

Commit 93114fe

Browse files
committed
Documented search functionality.
1 parent 3bd1fab commit 93114fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ export default siteConfig({
3838
// environment variables. see the readme for more info
3939
isRedisEnabled: false,
4040

41+
// whether or not search is enabled (optional)
42+
// this requires support from Notion.
43+
isSearchEnabled: true,
44+
4145
// map of notion page IDs to URL paths (optional)
4246
// any pages defined here will override their default URL paths
4347
// example:

0 commit comments

Comments
 (0)