Skip to content

Commit

Permalink
chore(cn): 添加 algolia key
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenQingchuan committed Mar 6, 2023
1 parent 776bf87 commit 8e9ddb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ export default withMermaid(
},
themeConfig: {
algolia: {
apiKey: '233d24494bdf54811b5c3181883b5ee3',
appId: 'V5XQ4IDZSG',
indexName: 'rollupjs'
apiKey: '3e413d036f6be638bb6107567aa0db55',
appId: 'EMNHQTRZYG',
indexName: 'rollup_docs_CN'
},
editLink: {
pattern: 'https://github.com/rollup/rollup/edit/master/docs/:path',
Expand Down

0 comments on commit 8e9ddb7

Please sign in to comment.