Browse Source

Remove invalid crossorigin attribute (#4050)

main
Alexey Pyltsyn 3 years ago
committed by GitHub
parent
commit
b7e5753895
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      beta/src/components/Search.tsx

1
beta/src/components/Search.tsx

@ -93,7 +93,6 @@ export const Search: React.FC<SearchProps> = ({
<link
rel="preconnect"
href={`https://${options.appId}-dsn.algolia.net`}
crossOrigin="true"
/>
</Head>

Loading…
Cancel
Save