Fix the logo not appearing when installed as a PWA

I think I initially had manifest.json in `src/`, but moved it to the
root dir and forgot to update the src property..
pull/97/head
Jason Halvorson 2024-04-11 20:16:27 -07:00 committed by Samuel H
parent a793aedd29
commit 58ef8f5aec
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"theme_color": "#8c8c8c", "theme_color": "#8c8c8c",
"icons": [ "icons": [
{ {
"src": "../logo.png", "src": "./logo.png",
"sizes": "128x128", "sizes": "128x128",
"type": "image/png" "type": "image/png"
} }