Skip to content

Commit 9f3e2f6

Browse files
authored
feat: support algolia search for ja-JP (#601)
1 parent a02bab0 commit 9f3e2f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,9 @@ module.exports = {
501501
},
502502
smoothScroll: false,
503503
algolia: {
504-
indexName: 'vuejs-v3',
504+
indexName: 'vuejs_ja',
505505
appId: 'BH4D9OD16A',
506-
apiKey: 'bc6e8acb44ed4179c30d0a45d6140d3f'
506+
apiKey: '57a871e008024e665c33542b31676ae9'
507507
},
508508
carbonAds: {
509509
carbon: 'CEBDT27Y',

0 commit comments

Comments
 (0)