We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0ea19 commit e7f5685Copy full SHA for e7f5685
docs/.vitepress/config.ts
@@ -43,11 +43,11 @@ export default defineConfig({
43
copyright: "Copyright © 2019-present Hestia Control Panel",
44
},
45
46
- // algolia: {
47
- // appId: "REPLACE_ME",
48
- // apiKey: "REPLACE_ME",
49
- // indexName: "REPLACE_ME",
50
- // },
+ algolia: {
+ appId: "V04P0P5D2R",
+ apiKey: "f3547968acbc0d023e93c2970137810f",
+ indexName: "hestia_cp",
+ },
51
52
});
53
0 commit comments