chore: fix ts error in site

This commit is contained in:
afc163 2022-02-23 17:08:39 +08:00
parent c05fd4ac55
commit eecf0da7e4

View File

@ -185,6 +185,7 @@ const SearchBar = ({
initialQuery={searchModalQuery}
placeholder={searchPlaceholder}
hitComponent={Hit}
appId={algoliaConfig.appId}
apiKey={algoliaConfig.apiKey}
indexName={algoliaConfig.indexName}
transformItems={algoliaConfig.transformData}