website: fix search indexing issue (#10059)

This commit is contained in:
Bryce Kalow 2021-04-16 19:10:10 -05:00 committed by Mike Morris
parent 2160f0866b
commit 653dfd2843
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
const { indexDocsContent } = require('@hashicorp/react-search/tools')
indexDocsContent()
indexDocsContent({ frontmatterKeys: ['page_title', 'description'] })