Skip to content

Commit

Permalink
manifest.json: switch to relative URLs (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 1, 2024
1 parent 270cfdc commit 155b268
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/static/assets/img/favicons/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"short_name": "Blog",
"icons": [
{
"src": "/assets/img/favicons/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/img/favicons/android-chrome-512x512.png",
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/assets/img/favicons/maskable_icon_x512.png",
"src": "maskable_icon_x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
Expand Down

0 comments on commit 155b268

Please sign in to comment.