Skip to content

Commit

Permalink
fixed crossOrigin
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarJMesquita committed Aug 28, 2021
1 parent 190b971 commit cfe4095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ render(){
<Head>
<link rel="shortcut icon" href="favicon.png" type="image/png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com"/>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Rajdhani:wght@600&display=swap" rel="stylesheet" />
</Head>
<body>
Expand Down

1 comment on commit cfe4095

@vercel
Copy link

@vercel vercel bot commented on cfe4095 Aug 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.