Skip to content

Commit

Permalink
* Ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
csprance committed Jul 28, 2022
1 parent 2dd94c3 commit 6327a5d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ class MyDocument extends Document {
<meta charSet="utf-8" />
<meta name="description" content={SITE_DESCRIPTION} />
<meta name="author" content={SITE_AUTHOR} />
<link
rel="shortcut icon"
href="/favicon.ico"
type="image/x-icon"
/>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
{/* PWA primary color */}
<meta property="og:type" content="website" />
Expand Down

0 comments on commit 6327a5d

Please sign in to comment.