Skip to content

Commit f8db7bc

Browse files
authored
Merge pull request #185 from ethereum/manifest-patch
Patch manifest and favicon
2 parents 55be6a8 + 93e595b commit f8db7bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
"src": "/assets/manifest-homepage-screenshot.png",
4545
"type": "image/png",
4646
"sizes": "2048x1734",
47-
"form_factor": "desktop"
47+
"form_factor": "wide"
4848
},
4949
{
5050
"src": "/assets/manifest-homepage-screenshot-mobile.png",
5151
"type": "image/png",
5252
"sizes": "1290x2195",
53-
"form_factor": "smartphone"
53+
"form_factor": "narrow"
5454
}
5555
]
5656
}

src/pages/_document.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class Document extends NextDocument {
2626
<Html dir={dir} lang={locale}>
2727
<Head>
2828
{/* favicon */}
29-
<link rel="icon" type="image/x-icon" href="favicon.png" />
29+
<link rel="icon" type="image/x-icon" href="/favicon.png" />
3030
{/* manifest */}
31-
<link rel="manifest" href="manifest.json" />
31+
<link rel="manifest" href="/manifest.json" />
3232
</Head>
3333
<body>
3434
<ColorModeScript initialColorMode={theme.config.initialColorMode} />

0 commit comments

Comments
 (0)