File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
< meta charset ="utf-8 ">
6
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
7
< meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
8
- <!-- Favicon, App Icon and PWA -->
8
+ <!-- Favicon, App Icon -->
9
9
< link rel ="icon " type ="image/png " sizes ="64x64 " href ="<%= BASE_URL %>/web-icons/favicon-64x64.png ">
10
10
< link rel ="icon " type ="image/png " sizes ="32x32 " href ="web-icons/favicon-32x32.png ">
11
11
< link rel ="icon " type ="image/png " href ="/favicon.ico " />
12
12
< link rel ="stylesheet " type ="text/css " href ="/loading-screen.css " />
13
- < link rel ="manifest " href ="/manifest.json ">
14
13
<!-- Default Page Title -->
15
14
< title > Dashy</ title >
16
15
</ head >
Original file line number Diff line number Diff line change @@ -306,8 +306,8 @@ module.exports = {
306
306
themeColor : '#00af87' ,
307
307
msTileColor : '#0b1021' ,
308
308
mode : 'production' ,
309
+ manifestCrossorigin : 'use-credentials' ,
309
310
iconPaths : {
310
- manifestCrossorigin : 'use-credentials' ,
311
311
favicon64 : './web-icons/favicon-64x64.png' ,
312
312
favicon32 : './web-icons/favicon-32x32.png' ,
313
313
maskIcon : './web-icons/dashy-logo.png' ,
You can’t perform that action at this time.
0 commit comments