Skip to content

Commit

Permalink
Update docsearch appId and apiKey (see emotion-js#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
srmagura committed Jul 2, 2022
1 parent 58124a1 commit ab7ed91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/components/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export function Search(): ReactElement {
<>
<Global styles={docSearchCustomizationCss} />
<DocSearch
appId="BH4D9OD16A"
appId="12939UANWC"
apiKey="a1728a14089135f149b2997e1fb14cf0"
indexName="emotion_sh"
apiKey="d160789a17f10ba962c4bce1b298fbbb"
/>
</>
)
Expand Down

0 comments on commit ab7ed91

Please sign in to comment.