We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ac680 commit 8e76058Copy full SHA for 8e76058
1 file changed
docusaurus.config.ts
@@ -148,8 +148,9 @@ const config: Config = {
148
darkTheme: prismThemes.dracula,
149
},
150
algolia: {
151
- appId: process.env.ALGOLIA_APP_ID || 'YOUR_APP_ID',
152
- apiKey: process.env.ALGOLIA_API_KEY || 'YOUR_SEARCH_API_KEY',
+ appId: process.env.ALGOLIA_APP_ID || 'BA3LV75V9D',
+ // Note: This is the public search API key which can be safely used in your frontend code.
153
+ apiKey: process.env.ALGOLIA_API_KEY || 'fecf5829d295ee9943f5f3c699ac5976',
154
indexName: process.env.ALGOLIA_INDEX_NAME || 'graflow_ai',
155
contextualSearch: true,
156
searchPagePath: 'search',
0 commit comments