Skip to content

Commit

Permalink
feat: 接入搜索
Browse files Browse the repository at this point in the history
  • Loading branch information
maotoumao committed Nov 14, 2023
1 parent 13b7f07 commit a8daaef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,16 @@ export default defineConfig({
pattern:
"https://github.com/maotoumao/musicfree.upup.fun/edit/master/docs/:path",
},
search: {
provider: "algolia",
options: {
appId: "W5IICABEJY",
apiKey: "8db476f936633af2908717789658045a",
insights: true,
indexName: "musicfree-upup",
placeholder: "输入要搜索的内容..."
},
},
},
head: [
[
Expand Down

0 comments on commit a8daaef

Please sign in to comment.