From 05a310ff9425fbd25681ccd77dc68c8fc30018e0 Mon Sep 17 00:00:00 2001 From: Erope Date: Tue, 14 Jun 2022 17:30:39 +0800 Subject: [PATCH] Add Algolia search --- docs/.vitepress/config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index e5beea6e..d30115ff 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -69,6 +69,11 @@ export default defineConfig({ editLinkText: 'Edit this page on GitHub', lastUpdated: 'Last Updated' } + }, + algolia: { + appId: 'HP6QF6KMZD', + apiKey: 'fb8bae9ed373d1057e0c07fcf32b3f1a', + indexName: 'nezhahq' } } })