We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd3991 commit 23bf6a6Copy full SHA for 23bf6a6
src/components/Search.js
@@ -94,16 +94,16 @@ const Search = () => (
94
`}
95
/>
96
<DocSearch
97
- apiKey="d5fa05c4e33e776fbf2b8021cbc15b37"
+ apiKey="102e76bbacbf3624fb5c4a420e28e81f"
98
indexName="popper"
99
navigator={{
100
navigate({ suggestionUrl }) {
101
navigate(suggestionUrl);
102
},
103
}}
104
hitComponent={Hit}
105
- transformItems={items => {
106
- return items.map(item => {
+ transformItems={(items) => {
+ return items.map((item) => {
107
// We transform the absolute URL into a relative URL to
108
// leverage Gatsby's preloading.
109
const a = document.createElement('a');
0 commit comments