mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 16:26:25 +00:00
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",
|
"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
Block a user