Fix icons path
Signed-off-by: Joey <bevilacquajoey@gmail.com>
This commit is contained in:
parent
4ec5db7b03
commit
be2003e723
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
|||
"name": "USI INF Rooms",
|
||||
"icons": [
|
||||
{
|
||||
"src": "./images/icon-192.png",
|
||||
"src": "./assets/images/icon-192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "./images/icon-512.png",
|
||||
"src": "./assets/images/icon-512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue