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
parent
a793aedd29
commit
58ef8f5aec
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue