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' } } })