From 78de80c194648dc9475c6b484486c8751583128f Mon Sep 17 00:00:00 2001 From: Graham Booker Date: Wed, 13 Jul 2022 19:33:54 -0500 Subject: Pages should be built with search only key. --- README.md | 2 +- exampleSite/content/post/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbd9743..c79b42f 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Add the following variables to your hugo site config so the search page can get algolia_search = true algolia_appId = {{ YOUR_APP_ID }} algolia_indexName = {{ YOUR_INDEX_NAME }} -algolia_apiKey = {{ YOUR_ADMIN_KEY }} +algolia_apiKey = {{ YOUR_SEARCH_ONLY_KEY }} ``` Open search page in your browser: http://localhost:1313/search diff --git a/exampleSite/content/post/readme.md b/exampleSite/content/post/readme.md index 20f6001..3c5f7e6 100644 --- a/exampleSite/content/post/readme.md +++ b/exampleSite/content/post/readme.md @@ -125,7 +125,7 @@ Add the following variables to your hugo site config so the search page can get algolia_search = true algolia_appId = {{ YOUR_APP_ID }} algolia_indexName = {{ YOUR_INDEX_NAME }} -algolia_apiKey = {{ YOUR_ADMIN_KEY }} +algolia_apiKey = {{ YOUR_SEARCH_ONLY_KEY }} ``` Open search page in your browser: http://localhost:1313/search -- cgit v1.2.3