@@ -26,18 +26,18 @@ module.exports = {
26
26
/**
27
27
* <link> tags for favicons
28
28
*/
29
- { rel : 'icon' , type : 'image/png' , sizes : '32x32' , href : '/ assets/icon/favicon.ico' } ,
30
- { rel : 'icon' , type : 'image/png' , sizes : '96x96' , href : '/ assets/icon/favicon.ico' } ,
31
- { rel : 'icon' , type : 'image/png' , sizes : '16x16' , href : '/ assets/icon/favicon.ico' } ,
29
+ { rel : 'icon' , type : 'image/png' , sizes : '32x32' , href : 'assets/icon/favicon.ico' } ,
30
+ { rel : 'icon' , type : 'image/png' , sizes : '96x96' , href : 'assets/icon/favicon.ico' } ,
31
+ { rel : 'icon' , type : 'image/png' , sizes : '16x16' , href : 'assets/icon/favicon.ico' } ,
32
32
33
33
/**
34
34
* <link> tags for a Web App Manifest
35
35
*/
36
- { rel : 'manifest' , href : '/ assets/manifest.json' }
36
+ { rel : 'manifest' , href : 'assets/manifest.json' }
37
37
] ,
38
38
meta : [
39
39
{ name : 'msapplication-TileColor' , content : '#00bcd4' } ,
40
- { name : 'msapplication-TileImage' , content : '/ assets/icon/ms-icon-144x144.png' , '=content' : true } ,
40
+ { name : 'msapplication-TileImage' , content : 'assets/icon/ms-icon-144x144.png' , '=content' : true } ,
41
41
{ name : 'theme-color' , content : '#00bcd4' }
42
42
]
43
43
} ;
0 commit comments