Skip to content

Commit 1364a91

Browse files
authoredMar 10, 2025··
Add Algolia search (#103)
1 parent 00e7d52 commit 1364a91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎docusaurus.config.ts

+6
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ const config: Config = {
192192
},
193193
},
194194
},
195+
algolia: {
196+
appId: 'RQNQH0ZYGQ',
197+
apiKey: '333af1abd30c6160f08eb0b4813b16c5',
198+
indexName: 'codegate',
199+
contextualSearch: true,
200+
},
195201
} satisfies Preset.ThemeConfig,
196202
};
197203

0 commit comments

Comments
 (0)
Please sign in to comment.