File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
"src" : " /assets/manifest-homepage-screenshot.png" ,
45
45
"type" : " image/png" ,
46
46
"sizes" : " 2048x1734" ,
47
- "form_factor" : " desktop "
47
+ "form_factor" : " wide "
48
48
},
49
49
{
50
50
"src" : " /assets/manifest-homepage-screenshot-mobile.png" ,
51
51
"type" : " image/png" ,
52
52
"sizes" : " 1290x2195" ,
53
- "form_factor" : " smartphone "
53
+ "form_factor" : " narrow "
54
54
}
55
55
]
56
56
}
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ class Document extends NextDocument {
26
26
< Html dir = { dir } lang = { locale } >
27
27
< Head >
28
28
{ /* favicon */ }
29
- < link rel = "icon" type = "image/x-icon" href = "favicon.png" />
29
+ < link rel = "icon" type = "image/x-icon" href = "/ favicon.png" />
30
30
{ /* manifest */ }
31
- < link rel = "manifest" href = "manifest.json" />
31
+ < link rel = "manifest" href = "/ manifest.json" />
32
32
</ Head >
33
33
< body >
34
34
< ColorModeScript initialColorMode = { theme . config . initialColorMode } />
You can’t perform that action at this time.
0 commit comments