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 5349179 commit 2e7f60eCopy full SHA for 2e7f60e
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://KNPXZI5B0M-dsn.algolia.net" crossOrigin="true" />
66
</Head>
67
<button
68
type="button"
@@ -113,8 +113,8 @@ export function Search() {
113
}}
114
onClose={onClose}
115
indexName="tailwindcss"
116
- apiKey="3df93446658cd9c4e314d4c02a052188"
117
- appId="BH4D9OD16A"
+ apiKey="5fc87cef58bb80203d2207578309fab6"
+ appId="KNPXZI5B0M"
118
navigator={{
119
navigate({ suggestionUrl }) {
120
setIsOpen(false)
0 commit comments