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 570349a commit 8e05905Copy full SHA for 8e05905
src/components/Search.js
@@ -94,16 +94,17 @@ const Search = () => (
94
`}
95
/>
96
<DocSearch
97
- apiKey="d5fa05c4e33e776fbf2b8021cbc15b37"
+ apiKey="ccecbe8791b41f321a9f1de2f70fab85"
98
indexName="popper"
99
+ appId="INT10183JB"
100
navigator={{
101
navigate({ suggestionUrl }) {
102
navigate(suggestionUrl);
103
},
104
}}
105
hitComponent={Hit}
- transformItems={items => {
106
- return items.map(item => {
+ transformItems={(items) => {
107
+ return items.map((item) => {
108
// We transform the absolute URL into a relative URL to
109
// leverage Gatsby's preloading.
110
const a = document.createElement('a');
0 commit comments