Skip to content

Commit

Permalink
fix: fix type error of the migrate-ts branch (#2776)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgoyalevil authored Mar 14, 2024
1 parent c5328a1 commit 2bb7a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AlgoliaSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export default function AlgoliaSearch({ children } : { children: React.ReactNode
return (
<>
<Head>
<link rel='preconnect' href={`https://${APP_ID}-dsn.algolia.net`} crossOrigin='true' />
<link rel='preconnect' href={`https://${APP_ID}-dsn.algolia.net`} crossOrigin='anonymous' />
</Head>
<SearchContext.Provider value={{ isOpen, onOpen, onClose, onInput }}>
{children}
Expand Down

0 comments on commit 2bb7a0c

Please sign in to comment.