File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ const config = {
73
73
pwaHead : [ {
74
74
tagName : "link" ,
75
75
rel : "icon" ,
76
- href : "/ img/favicon.png" ,
76
+ href : "img/favicon.png" ,
77
77
} ,
78
78
{
79
79
tagName : "link" ,
80
80
rel : "manifest" ,
81
- href : "/ manifest.json" , // your PWA manifest
81
+ href : "manifest.json" , // your PWA manifest
82
82
} ,
83
83
{
84
84
tagName : "meta" ,
Original file line number Diff line number Diff line change 2
2
"theme_color" : " #2196f3" ,
3
3
"background_color" : " #424242" ,
4
4
"display" : " standalone" ,
5
- "scope" : " /" ,
6
- "start_url" : " /" ,
5
+ "scope" : " /docs/ " ,
6
+ "start_url" : " /docs/ " ,
7
7
"name" : " Fiber" ,
8
8
"short_name" : " Fiber" ,
9
9
"description" : " An online API documentation with examples so you can start building web apps with Fiber right away!" ,
10
10
"icons" : [
11
11
{
12
- "src" : " / img/icons/icon-192x192.png" ,
12
+ "src" : " img/icons/icon-192x192.png" ,
13
13
"sizes" : " 192x192" ,
14
14
"type" : " image/png"
15
15
},
16
16
{
17
- "src" : " / img/icons/icon-256x256.png" ,
17
+ "src" : " img/icons/icon-256x256.png" ,
18
18
"sizes" : " 256x256" ,
19
19
"type" : " image/png"
20
20
},
21
21
{
22
- "src" : " / img/icons/icon-384x384.png" ,
22
+ "src" : " img/icons/icon-384x384.png" ,
23
23
"sizes" : " 384x384" ,
24
24
"type" : " image/png"
25
25
},
26
26
{
27
- "src" : " / img/icons/icon-512x512.png" ,
27
+ "src" : " img/icons/icon-512x512.png" ,
28
28
"sizes" : " 512x512" ,
29
29
"type" : " image/png"
30
30
}
You can’t perform that action at this time.
0 commit comments