From 4ebe1ec1de3a4496de09eed726125f5b1f78bba7 Mon Sep 17 00:00:00 2001 From: Kyle Gill Date: Wed, 29 May 2019 20:52:59 -0600 Subject: [PATCH] fix: adjust start_url to attempt PWA connection issues --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 820c88a..97b306a 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -26,7 +26,7 @@ module.exports = { options: { name: `Sol Journal`, short_name: `Sol Journal`, - start_url: `/app`, + start_url: `/`, background_color: `#FFF`, theme_color: `#FFF`, display: `standalone`,