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.
2 parents 7823325 + a556e17 commit aebeb5dCopy full SHA for aebeb5d
src/components/Search.js
@@ -62,7 +62,7 @@ export function Search() {
62
return (
63
<>
64
<Head>
65
- <link rel="preconnect" href="https://BH4D9OD16A-dsn.algolia.net" crossOrigin="true" />
+ <link rel="preconnect" href="https://29OTE3ZL5A-dsn.algolia.net" crossOrigin="true" />
66
</Head>
67
<button
68
type="button"
@@ -109,8 +109,8 @@ export function Search() {
109
initialScrollY={window.scrollY}
110
onClose={onClose}
111
indexName="javaistic"
112
- apiKey="2ec8ae33bd1995918d1c196b74be5128"
113
- appId="BH4D9OD16A"
+ apiKey="687a2c3fd1d675d08c5e29869d8c2aca"
+ appId="29OTE3ZL5A"
114
navigator={{
115
navigate({ suggestionUrl }) {
116
setIsOpen(false)
0 commit comments