From a1ad4fd0ebdc27ca68981ba6d409ac7d36e7550c Mon Sep 17 00:00:00 2001 From: Reed Vogt Date: Thu, 3 Aug 2023 05:15:34 -0700 Subject: [PATCH] add --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index f7c1d0d3e..c43d77d24 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -8,7 +8,7 @@ "type": "image/x-icon" }, { - "src": "https://github.com/reedoooo/portfolio-prep/blob/f7261d894c77020f2f2cbebf581e73fcb82762ea/public/icons/logo192.png", + "src": "https://media.githubusercontent.com/media/reedoooo/portfolio-prep/f7261d894c77020f2f2cbebf581e73fcb82762ea/public/icons/logo192.png", "type": "image/png", "sizes": "192x192" }, @@ -18,7 +18,7 @@ "sizes": "512x512" } ], - "start_url": ".", + "start_url": "./home", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff"