mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 03:27:44 +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",
|
||||
"background_color": "DarkGray",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"scope": "./",
|
||||
"start_url": "./",
|
||||
"icons": [{
|
||||
"src": "images/app-icons/ios/apple-touch-icon.png",
|
||||
"sizes": "180x180",
|
||||
|
|
Loading…
Reference in a new issue