fix(algolia): fix algolia serach index name in theme config for full text seraching

This commit is contained in:
andatoshiki 2023-03-22 19:13:20 +08:00
parent b31dffa9f6
commit 3128886824

View File

@ -17,7 +17,7 @@ export const themeConfig: DefaultTheme.Config = {
algolia: {
appId: 'G9IUR45K98',
apiKey: '8528cc91281d8112b28f508317a96dd3',
indexName: 'toshiki-note',
indexName: 'toshiki-notebook',
},
// documentation edit link
editLink: {