Skip to content

Commit 8e76058

Browse files
committed
Update Algolia configuration with new app ID and public API key
1 parent f1ac680 commit 8e76058

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ const config: Config = {
148148
darkTheme: prismThemes.dracula,
149149
},
150150
algolia: {
151-
appId: process.env.ALGOLIA_APP_ID || 'YOUR_APP_ID',
152-
apiKey: process.env.ALGOLIA_API_KEY || 'YOUR_SEARCH_API_KEY',
151+
appId: process.env.ALGOLIA_APP_ID || 'BA3LV75V9D',
152+
// 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',
153154
indexName: process.env.ALGOLIA_INDEX_NAME || 'graflow_ai',
154155
contextualSearch: true,
155156
searchPagePath: 'search',

0 commit comments

Comments
 (0)