Skip to content

Commit

Permalink
Provide proper Algolia Search API key (#2308)
Browse files Browse the repository at this point in the history
## Description

Algolia Search isn't working in the React Native Gesture Handler
documentation due to a mismatched Search API key.
  • Loading branch information
kacperkapusciak authored Nov 7, 2022
1 parent 7146a7b commit 5f29311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module.exports = {
themeConfig: {
algolia: {
appId: 'BKGDKVWG6F',
apiKey: 'd738e28e9c67a26dd7933b011fe2b9e4',
apiKey: '742696612cb124b06465cf68bce6ec92',
indexName: 'react-native-gesture-handler',
// contextualSearch: true, // doesn't work for some reason
},
Expand Down

0 comments on commit 5f29311

Please sign in to comment.