From 138bb7d418ffa9356031c6be4c64f51b8cc36842 Mon Sep 17 00:00:00 2001 From: Ahad Birang Date: Wed, 19 Oct 2022 11:08:28 +0200 Subject: [PATCH] chore: move algolia keys to env --- docs/nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index 590e85430..d60562759 100755 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -73,8 +73,8 @@ export default defineNuxtConfig({ runtimeConfig: { public: { algolia: { - applicationId: 'Q46Q8609QS', - apiKey: '1661c72375532f074aedd9452a1270be', + applicationId: '', + apiKey: '', langAttribute: 'lang', docSearch: { indexName: 'content-nuxtjs'