Skip to content

Commit

Permalink
[Algolia] Use official appId and apiKey
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianLara committed Jan 30, 2025
1 parent d9cea0e commit e11ed9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ module.exports={
copyright: `Copyright © ${new Date().getFullYear()} Meta Platforms, Inc.`,
},
algolia: {
appId: '', // TODO: T208893119 Add official app ID
apiKey: '467d4f1f6cace3ecb36ab551cb44905b',
appId: 'O2Q3QH4SYH',
apiKey: '330b76ae9b20640dacf7ef3e1256f584',
indexName: 'ax',
},
}
Expand Down

0 comments on commit e11ed9c

Please sign in to comment.