From 36842f4a582059b763b7a1bb89974a11a0d3185a Mon Sep 17 00:00:00 2001 From: DaiYuANg Date: Sat, 15 Oct 2022 13:01:48 +0800 Subject: [PATCH] update pwa manifest support deploy in sub folder --- src/public/manifest.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/manifest.webmanifest b/src/public/manifest.webmanifest index 38c009045..1468961a8 100644 --- a/src/public/manifest.webmanifest +++ b/src/public/manifest.webmanifest @@ -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",