update pwa manifest support deploy in sub folder

This commit is contained in:
DaiYuANg 2022-10-15 13:01:48 +08:00
parent dc62cf4805
commit 36842f4a58

View file

@ -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",