Skip to content

Commit 2e7f60e

Browse files
committed
Update DocSearch credentials
1 parent 5349179 commit 2e7f60e

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://KNPXZI5B0M-dsn.algolia.net" crossOrigin="true" />
6666
</Head>
6767
<button
6868
type="button"
@@ -113,8 +113,8 @@ export function Search() {
113113
}}
114114
onClose={onClose}
115115
indexName="tailwindcss"
116-
apiKey="3df93446658cd9c4e314d4c02a052188"
117-
appId="BH4D9OD16A"
116+
apiKey="5fc87cef58bb80203d2207578309fab6"
117+
appId="KNPXZI5B0M"
118118
navigator={{
119119
navigate({ suggestionUrl }) {
120120
setIsOpen(false)

0 commit comments

Comments
 (0)