From 24845f718055676936183fb023aea6d4caa5fdff Mon Sep 17 00:00:00 2001 From: Carter McBride <18412686+carterworks@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:37:12 -0600 Subject: [PATCH] Fix manifest path (#8) --- public/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index a76f469..060df0b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,8 @@ { "name": "Carter's RSS Feeds", "short_name": "Carter's RSS Feeds", - "start_url": "/", + "start_url": ".", + "scope": ".", "display": "standalone", "background_color": "#FCF5E4", "theme_color": "#FCF5E4",