We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a61173 commit d921e7dCopy full SHA for d921e7d
1 file changed
docusaurus.config.ts
@@ -207,13 +207,13 @@ const config: Config = {
207
theme: prismThemes.github,
208
darkTheme: prismThemes.dracula,
209
},
210
- // algolia: {
211
- // appId: 'YOUR_APP_ID',
212
- // apiKey: 'YOUR_SEARCH_API_KEY',
213
- // indexName: 'open-llm-vtuber',
214
- // contextualSearch: true,
215
- // searchPagePath: 'search',
216
- // },
+ algolia: {
+ appId: 'PB6QVXEO9H',
+ apiKey: '0a7b54e276f4adf66655613572799432',
+ indexName: 'llmvtuber',
+ contextualSearch: true,
+ searchPagePath: 'search',
+ },
217
} satisfies Preset.ThemeConfig,
218
};
219
0 commit comments