Alexey Pyltsyn
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
beta/src/components/Search.tsx
|
@ -93,7 +93,6 @@ export const Search: React.FC<SearchProps> = ({ |
|
|
<link |
|
|
<link |
|
|
rel="preconnect" |
|
|
rel="preconnect" |
|
|
href={`https://${options.appId}-dsn.algolia.net`} |
|
|
href={`https://${options.appId}-dsn.algolia.net`} |
|
|
crossOrigin="true" |
|
|
|
|
|
/> |
|
|
/> |
|
|
</Head> |
|
|
</Head> |
|
|
|
|
|
|
|
|