chore: tidy up some code
This commit is contained in:
@ -66,18 +66,18 @@ const siteMetadata = {
|
||||
},
|
||||
},
|
||||
search: {
|
||||
// provider: 'kbar', // kbar or algolia
|
||||
// kbarConfig: {
|
||||
// searchDocumentsPath: 'search.json', // path to load documents to search
|
||||
// },
|
||||
provider: 'algolia',
|
||||
algoliaConfig: {
|
||||
// The application ID provided by Algolia
|
||||
appId: 'R2IYF7ETH7',
|
||||
// Public API key: it is safe to commit it
|
||||
apiKey: '599cec31baffa4868cae4e79f180729b',
|
||||
indexName: 'docsearch',
|
||||
provider: 'kbar', // kbar or algolia
|
||||
kbarConfig: {
|
||||
searchDocumentsPath: 'search.json', // path to load documents to search
|
||||
},
|
||||
// provider: 'algolia',
|
||||
// algoliaConfig: {
|
||||
// // The application ID provided by Algolia
|
||||
// appId: 'R2IYF7ETH7',
|
||||
// // Public API key: it is safe to commit it
|
||||
// apiKey: '599cec31baffa4868cae4e79f180729b',
|
||||
// indexName: 'docsearch',
|
||||
// },
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user