Skip to content

Commit aebeb5d

Browse files
authored
Merge pull request #80 from javaistic/update-docsearch
Update Docsearch
2 parents 7823325 + a556e17 commit aebeb5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Search.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function Search() {
6262
return (
6363
<>
6464
<Head>
65-
<link rel="preconnect" href="https://BH4D9OD16A-dsn.algolia.net" crossOrigin="true" />
65+
<link rel="preconnect" href="https://29OTE3ZL5A-dsn.algolia.net" crossOrigin="true" />
6666
</Head>
6767
<button
6868
type="button"
@@ -109,8 +109,8 @@ export function Search() {
109109
initialScrollY={window.scrollY}
110110
onClose={onClose}
111111
indexName="javaistic"
112-
apiKey="2ec8ae33bd1995918d1c196b74be5128"
113-
appId="BH4D9OD16A"
112+
apiKey="687a2c3fd1d675d08c5e29869d8c2aca"
113+
appId="29OTE3ZL5A"
114114
navigator={{
115115
navigate({ suggestionUrl }) {
116116
setIsOpen(false)

0 commit comments

Comments
 (0)