Skip to content

Commit 9df3b40

Browse files
authored
Fix search public api key (#5609)
It was the wrong API key since we changed the index
1 parent 930237e commit 9df3b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/twenty-docs/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const config = {
115115
},
116116
algolia: {
117117
appId: 'J2OX2P2QAO',
118-
apiKey: 'e0a7a59c7862598a0cf87307c8ea97f2',
118+
apiKey: 'e3de1c1c0b50bd5ea3ffa1ee7ea3f56d',
119119
indexName: 'twenty-developer-docs',
120120

121121
// Optional: see doc section below

0 commit comments

Comments
 (0)