Skip to content

Commit 8e05905

Browse files
committed
update docsearch keys
1 parent 570349a commit 8e05905

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/Search.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,17 @@ const Search = () => (
9494
`}
9595
/>
9696
<DocSearch
97-
apiKey="d5fa05c4e33e776fbf2b8021cbc15b37"
97+
apiKey="ccecbe8791b41f321a9f1de2f70fab85"
9898
indexName="popper"
99+
appId="INT10183JB"
99100
navigator={{
100101
navigate({ suggestionUrl }) {
101102
navigate(suggestionUrl);
102103
},
103104
}}
104105
hitComponent={Hit}
105-
transformItems={items => {
106-
return items.map(item => {
106+
transformItems={(items) => {
107+
return items.map((item) => {
107108
// We transform the absolute URL into a relative URL to
108109
// leverage Gatsby's preloading.
109110
const a = document.createElement('a');

0 commit comments

Comments
 (0)