Skip to content

Commit

Permalink
[home] support algolia search (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Nov 6, 2022
1 parent a2fa7bd commit 0a6d45f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ module.exports = {
additionalLanguages: ['java'],
},
algolia: {
apiKey: 'c7c84bfcc1495156f5730309d821ba8c',
indexName: 'sureness',
appId: 'GNVT7Z0UI2',
apiKey: '9298a61d23b2842ce077324283fb0abb',
indexName: 'hertzbeat',
appId: 'JMM99UL1H5',
contextualSearch: true,
},
announcementBar: {
Expand Down

0 comments on commit 0a6d45f

Please sign in to comment.