Skip to content

Commit

Permalink
Fix search public api key (twentyhq#5609)
Browse files Browse the repository at this point in the history
It was the wrong API key since we changed the index
  • Loading branch information
FelixMalfait committed May 27, 2024
1 parent 930237e commit 9df3b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/twenty-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const config = {
},
algolia: {
appId: 'J2OX2P2QAO',
apiKey: 'e0a7a59c7862598a0cf87307c8ea97f2',
apiKey: 'e3de1c1c0b50bd5ea3ffa1ee7ea3f56d',
indexName: 'twenty-developer-docs',

// Optional: see doc section below
Expand Down

0 comments on commit 9df3b40

Please sign in to comment.