Skip to content

Commit

Permalink
docs: fix site manifest favicon path (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Apr 18, 2024
1 parent 30e5c0d commit 963dfb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspace/website/static/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"short_name": "Aubade",
"icons": [
{
"src": "favicon/android-chrome-192x192.png",
"src": "/assets/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "favicon/android-chrome-512x512.png",
"src": "/assets/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
Expand Down

0 comments on commit 963dfb9

Please sign in to comment.