From 67f900c5a72abf74b473a59878ec3d2493dec943 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Thu, 22 Oct 2020 10:44:28 -0500 Subject: [PATCH] Change manifest scope --- src/manifest.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest index fa7b716..72a8956 100644 --- a/src/manifest.webmanifest +++ b/src/manifest.webmanifest @@ -4,8 +4,8 @@ "theme_color": "#3A86FF", "background_color": "#fafafa", "display": "standalone", - "scope": "./", - "start_url": "./", + "scope": "./i/", + "start_url": "./i/", "icons": [ { "src": "assets/icons/icon-72x72.png",