Skip to content

Commit

Permalink
Fixed Icon Path in PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraWebdev committed Oct 5, 2023
1 parent 126140a commit b0588de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
"description": "An easy to use web-based editor to create reusable json mock data schema files.",
"icons": [
{
"src": "/icons/icon32.png",
"src": "./icons/icon32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/icons/icon48.png",
"src": "./icons/icon48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "/icons/icon96.png",
"src": "./icons/icon96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "/icons/icon128.png",
"src": "./icons/icon128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/icons/icon512.png",
"src": "./icons/icon512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down

0 comments on commit b0588de

Please sign in to comment.