File tree 2 files changed +2
-2
lines changed
packages/frontend/layouts
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
34
34
{{ authorize ({
35
35
client : {
36
- logo : " /assets/app-icon-180.png" ,
36
+ logo : " /assets/app-icon-180-any .png" ,
37
37
name : " Indiekit" ,
38
38
url : " https://getindiekit.com"
39
39
},
Original file line number Diff line number Diff line change 49
49
50
50
<link rel =" stylesheet" href =" {{ application.url }}{{ application.cssPath }}" >
51
51
<link rel =" alternate" href =" {{ application.url }}/feed.jf2" type =" application/jf2feed+json" title =" JF2 Feed" >
52
- <link rel =" apple-touch-icon" href =" {{ application.url }}{{ assetPath | default(" /assets " ) }}/app-icon-180.png" >
52
+ <link rel =" apple-touch-icon" href =" {{ application.url }}{{ assetPath | default(" /assets " ) }}/app-icon-180-any .png" >
53
53
<link rel =" icon" href =" {{ application.url }}{{ assetPath | default(" /assets " ) }}/icon.svg" >
54
54
<link rel =" manifest" href =" {{ application.url }}/app.webmanifest" >
55
55
You can’t perform that action at this time.
0 commit comments