From 67841bd63b6d41e0eefe3e5900db040bcaf29bc6 Mon Sep 17 00:00:00 2001 From: Dejan Dimic Date: Sun, 14 Nov 2021 18:52:51 +0100 Subject: [PATCH] fix: issue #7 search with algolia add algolia API keys --- content/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/settings.json b/content/settings.json index ccd17f3..5306b7f 100644 --- a/content/settings.json +++ b/content/settings.json @@ -8,7 +8,8 @@ "github": "OpenMobileAlliance", "twitter": "OMASpecWorks", "algolia": { - "apiKey": "3677e049d48c83792ba0d2cb0715a12f", - "indexName": "nuxtjs_content" + "appId": "BH4D9OD16A", + "apiKey": "7cae46537bbb611c92ae53c73a567064", + "indexName": "lwm2m" } } \ No newline at end of file