Skip to content

Commit 752a55c

Browse files
author
JavasHub
committed
update theme
1 parent df03624 commit 752a55c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"vuepress-theme-hope": "2.0.0-rc.74"
2121
},
2222
"dependencies": {
23+
"@docsearch/js": "3",
2324
"@vuepress/helper": "2.0.0-rc.3",
2425
"pnpm": "^10.6.4",
2526
"postcss-preset-env": "^10.1.5"

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/.vuepress/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ export default hopeTheme({
142142

143143
// docsearch 搜索插件选项
144144
docsearch: {
145-
appId: "5IEUZKNR4Z",
146-
apiKey: "a29731e9944983920c342f45a82f80a4",
145+
appId: "KH7SY7AEUO",
146+
apiKey: "f3ac81adcd737c02a0602fdf7bf1b217",
147147
indexName: "imlyk",
148148
locales: {
149149
"/": {

0 commit comments

Comments
 (0)