mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02: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
5abaf3feaa
@ -8,7 +8,7 @@
|
||||
"theme_color": "#8c8c8c",
|
||||
"icons": [
|
||||
{
|
||||
"src": "../logo.png",
|
||||
"src": "./logo.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user