Skip to content

Commit

Permalink
fix: favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Nov 2, 2023
1 parent b51e2ca commit d9a1a4f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pages/_document.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ export default class MyDocument extends Document {
<Html lang="en">
<Head>
<meta name="theme-color" content="#1B2030" />
<link rel="shortcut icon" sizes="32x32" href="/favicon32.ico" />
<link rel="apple-touch-icon" sizes="16x16" href="/favicon.png" />
<link rel="apple-touch-icon" sizes="32x32" href="/favicon32.png" />
<link rel="apple-touch-icon" sizes="64x64" href="/favicon64.png" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/icon?<generated>" type="image/<generated>" sizes="<generated>" />
<link
rel="apple-touch-icon"
href="/apple-icon?<generated>"
type="image/<generated>"
sizes="<generated>"
/>
<link rel="manifest" href="/manifest.json" />
{
// Inject MUI styles first to match with the prepend: true configuration.
Expand Down

0 comments on commit d9a1a4f

Please sign in to comment.