mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
improvements in code structure
This commit is contained in:
parent
1b71879fd5
commit
00ec2abc70
4 changed files with 215 additions and 290 deletions
|
|
@ -10,21 +10,21 @@
|
|||
"display": "standalone",
|
||||
"icons": [
|
||||
{
|
||||
"src": "https://michivonah.ch/icons/logo/favicon_128.png",
|
||||
"src": "https://michivonah.ch/assets/logo/favicon_128.png",
|
||||
"sizes": "96x96"
|
||||
},
|
||||
{
|
||||
"src": "https://michivonah.ch/icons/logo/favicon_256.png",
|
||||
"src": "https://michivonah.ch/assets/logo/favicon_256.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "https://michivonah.ch/icons/logo/favicon_256.png",
|
||||
"src": "https://michivonah.ch/assets/logo/favicon_256.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "https://michivonah.ch/icons/logo/favicon_256.png",
|
||||
"src": "https://michivonah.ch/assets/logo/favicon_256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue