Skip to content

Commit d921e7d

Browse files
committed
test algolia
1 parent 3a61173 commit d921e7d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docusaurus.config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,13 @@ const config: Config = {
207207
theme: prismThemes.github,
208208
darkTheme: prismThemes.dracula,
209209
},
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-
// },
210+
algolia: {
211+
appId: 'PB6QVXEO9H',
212+
apiKey: '0a7b54e276f4adf66655613572799432',
213+
indexName: 'llmvtuber',
214+
contextualSearch: true,
215+
searchPagePath: 'search',
216+
},
217217
} satisfies Preset.ThemeConfig,
218218
};
219219

0 commit comments

Comments
 (0)