File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 8
8
9
9
## Version History
10
10
11
+ ### v0.0.4
12
+
13
+ - Added a fix for the 192x192 and 512x512 favicons.
14
+
11
15
### v0.0.3
12
16
13
17
- Added all favicon files and links.
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ export default function App({ Component }: PageProps) {
15
15
< link
16
16
rel = "icon"
17
17
type = "image/png"
18
- href = "favicon/favicon-96x96.png"
18
+ href = "/ favicon/favicon-96x96.png"
19
19
sizes = "96x96"
20
20
/>
21
- < link rel = "icon" type = "image/svg+xml" href = "favicon/favicon.svg" />
22
- < link rel = "shortcut icon" href = "favicon/favicon.ico" />
21
+ < link rel = "icon" type = "image/svg+xml" href = "/ favicon/favicon.svg" />
22
+ < link rel = "shortcut icon" href = "/ favicon/favicon.ico" />
23
23
< link
24
24
rel = "apple-touch-icon"
25
25
sizes = "180x180"
26
- href = "favicon/apple-touch-icon.png"
26
+ href = "/ favicon/apple-touch-icon.png"
27
27
/>
28
28
< meta name = "apple-mobile-web-app-title" content = "Lunchbox" />
29
- < link rel = "manifest" href = "favicon /site.webmanifest" />
29
+ < link rel = "manifest" href = "/site.webmanifest" />
30
30
</ head >
31
31
< Body >
32
32
< Component />
Original file line number Diff line number Diff line change 3
3
"short_name" : " lunchbox" ,
4
4
"icons" : [
5
5
{
6
- "src" : " /web-app-manifest-192x192.png" ,
6
+ "src" : " /favicon/ web-app-manifest-192x192.png" ,
7
7
"sizes" : " 192x192" ,
8
8
"type" : " image/png" ,
9
9
"purpose" : " maskable"
10
10
},
11
11
{
12
- "src" : " /web-app-manifest-512x512.png" ,
12
+ "src" : " /favicon/ web-app-manifest-512x512.png" ,
13
13
"sizes" : " 512x512" ,
14
14
"type" : " image/png" ,
15
15
"purpose" : " maskable"
18
18
"theme_color" : " #241f26" ,
19
19
"background_color" : " #241f26" ,
20
20
"display" : " standalone"
21
- }
21
+ }
You can’t perform that action at this time.
0 commit comments