Skip to content

Commit

Permalink
fix(www): fix TypeScript error
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Nov 1, 2023
1 parent 2d4ee6e commit d5ff6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class extends Document {
<link
rel="preconnect"
href={`https://${process.env.NEXT_PUBLIC_ALGOLIA_APP_ID}-dsn.algolia.net`}
crossOrigin="true"
crossOrigin="anonymous"
/>
</Head>
<body>
Expand Down

0 comments on commit d5ff6d6

Please sign in to comment.