mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 11:39:37 +08:00
update pwa manifest support deploy in sub folder
This commit is contained in:
parent
dc62cf4805
commit
36842f4a58
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
"theme_color": "DarkGray",
|
"theme_color": "DarkGray",
|
||||||
"background_color": "DarkGray",
|
"background_color": "DarkGray",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"scope": "/",
|
"scope": "./",
|
||||||
"start_url": "/",
|
"start_url": "./",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
"src": "images/app-icons/ios/apple-touch-icon.png",
|
"src": "images/app-icons/ios/apple-touch-icon.png",
|
||||||
"sizes": "180x180",
|
"sizes": "180x180",
|
||||||
|
|
Loading…
Reference in a new issue