File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 182
182
{
183
183
"rel" : "icon" ,
184
184
"sizes" : "16x16" ,
185
- "static-file " : "favicon-16x16.png" ,
185
+ "href " : "favicon-16x16.png" ,
186
186
"type" : "image/png" ,
187
187
},
188
188
{
189
189
"rel" : "icon" ,
190
190
"sizes" : "32x32" ,
191
- "static-file " : "favicon-32x32.png" ,
191
+ "href " : "favicon-32x32.png" ,
192
192
"type" : "image/png" ,
193
193
},
194
194
{
195
195
"rel" : "apple-touch-icon" ,
196
196
"sizes" : "180x180" ,
197
- "static-file " : "apple-touch-icon.png" ,
197
+ "href " : "apple-touch-icon.png" ,
198
198
"type" : "image/png" ,
199
199
},
200
200
{
201
201
"rel" : "android-chrome" ,
202
202
"sizes" : "192x192" ,
203
- "static-file " : "android-chrome-192x192.png " ,
203
+ "href " : "android-chrome-192x192.png" ,
204
204
"type" : "image/png" ,
205
205
},
206
206
{
207
207
"rel" : "android-chrome" ,
208
208
"sizes" : "512x512" ,
209
- "static-file " : "android-chrome-512x512.png " ,
209
+ "href " : "android-chrome-512x512.png" ,
210
210
"type" : "image/png" ,
211
211
},
212
212
]
You can’t perform that action at this time.
0 commit comments