Browse Source

update algolia

ruki 6 months ago
parent
commit
12dc8754df
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/.vitepress/config.mts

+ 2 - 2
docs/.vitepress/config.mts

@@ -54,8 +54,8 @@ export default defineConfig({
     search: {
       provider: 'algolia',
       options: {
-        appId: '',
-        apiKey: '',
+        appId: 'BML13VM9HE',
+        apiKey: '2c01bab700081b9d4322ce0c65ab3bfd',
         indexName: 'xmake'
       }
     },