Skip to content

Commit

Permalink
Pages should be built with search only key.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbooker authored and zhaohuabing committed Jul 14, 2022
1 parent 8f372c7 commit 78de80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/post/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 78de80c

Please sign in to comment.