@@ -26,18 +26,18 @@ module.exports = {
2626 /**
2727 * <link> tags for favicons
2828 */
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' } ,
3232
3333 /**
3434 * <link> tags for a Web App Manifest
3535 */
36- { rel : 'manifest' , href : '/ assets/manifest.json' }
36+ { rel : 'manifest' , href : 'assets/manifest.json' }
3737 ] ,
3838 meta : [
3939 { 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 } ,
4141 { name : 'theme-color' , content : '#00bcd4' }
4242 ]
4343} ;
0 commit comments