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..
This commit is contained in:
parent
a793aedd29
commit
58ef8f5aec
|
@ -8,7 +8,7 @@
|
|||
"theme_color": "#8c8c8c",
|
||||
"icons": [
|
||||
{
|
||||
"src": "../logo.png",
|
||||
"src": "./logo.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue