mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:55:56 +00:00
fix(algolia): fix algolia serach index name in theme config for full text seraching
This commit is contained in:
parent
b31dffa9f6
commit
3128886824
@ -17,7 +17,7 @@ export const themeConfig: DefaultTheme.Config = {
|
||||
algolia: {
|
||||
appId: 'G9IUR45K98',
|
||||
apiKey: '8528cc91281d8112b28f508317a96dd3',
|
||||
indexName: 'toshiki-note',
|
||||
indexName: 'toshiki-notebook',
|
||||
},
|
||||
// documentation edit link
|
||||
editLink: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user