Skip to content

Commit

Permalink
fix: add support of PWA Optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
hrdtbs committed Mar 1, 2020
1 parent fdb7392 commit 7e28dca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class MyDocument extends Document {
></meta>
<link rel="shortcut icon" href="/static/images/icons/favicon.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="apple-touch-icon" href="/static/images/icons/favicon.png"></link>
<meta name="theme-color" content="#faa65f" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@_noach" />
<meta name="twitter:title" content="のあぼいす" />
Expand Down

1 comment on commit 7e28dca

@vercel
Copy link

@vercel vercel bot commented on 7e28dca Mar 1, 2020

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.