Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
g-okada committed Dec 10, 2020
1 parent 0cb0dfa commit 124617b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ export default class _document extends Document {
<body>
<Main />
<NextScript />
<link href="https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap" rel="stylesheet" media="print" onload="this.media='all'" />
<link href="https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap" rel="stylesheet" media="print"
// @ts-ignore
onLoad="this.media='all'"
/>
</body>
</Html>
)
Expand Down

2 comments on commit 124617b

@vercel
Copy link

@vercel vercel bot commented on 124617b Dec 10, 2020

Choose a reason for hiding this comment

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

@wilf312
Copy link
Owner

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.