mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +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: {
|
algolia: {
|
||||||
appId: 'G9IUR45K98',
|
appId: 'G9IUR45K98',
|
||||||
apiKey: '8528cc91281d8112b28f508317a96dd3',
|
apiKey: '8528cc91281d8112b28f508317a96dd3',
|
||||||
indexName: 'toshiki-note',
|
indexName: 'toshiki-notebook',
|
||||||
},
|
},
|
||||||
// documentation edit link
|
// documentation edit link
|
||||||
editLink: {
|
editLink: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user