Skip to content

Commit

Permalink
fix(v2): use valid value for crossorigin attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Sep 16, 2020
1 parent ca8f381 commit 31e0d9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function DocSearch(props) {
<link
rel="preconnect"
href={`https://${props.appId}-dsn.algolia.net`}
crossOrigin
crossOrigin="anonymous"
/>
</Head>

Expand Down

0 comments on commit 31e0d9a

Please sign in to comment.