website: fix search indexing issue (#10059)

This commit is contained in:
Bryce Kalow 2021-04-16 19:10:10 -05:00 committed by GitHub
parent 2b09b348ec
commit aebc148dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'] })