Skip to content

Commit

Permalink
Fix site icon file type in webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed May 6, 2024
1 parent 857f6da commit 2a14f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"icons": [
{ "src": "/img/site-icon-192w.jpg", "type": "image/jpeg", "sizes": "192x192" },
{ "src": "/img/site-icon-300w.jpg", "type": "image/jpeg", "sizes": "300x300" }
{ "src": "/img/site-icon-192w.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/img/site-icon-300w.png", "type": "image/png", "sizes": "300x300" }
]
}

0 comments on commit 2a14f26

Please sign in to comment.