Skip to content

Commit 91f0824

Browse files
authored
Fix algolia API key
1 parent 0e5ad5d commit 91f0824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
},
2828
algolia: {
2929
appId: 'QCWXRU195A',
30-
apiKey: '2378e3838ac984c220a994bfc0e0420f',
30+
apiKey: 'bad995329370d9a9ba50cc4b840a3884',
3131
indexName: 'react-navigation',
3232
algoliaOptions: {},
3333
},

0 commit comments

Comments
 (0)