From c9ffcd840789d4f18bee9d33368fc95dcbd13e39 Mon Sep 17 00:00:00 2001 From: Spencer Pincott Date: Wed, 31 Aug 2022 19:42:32 -0400 Subject: [PATCH] try different pwa setup --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 3c4b54f..942c288 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -33,7 +33,7 @@ module.exports = { options: { name: `Sol Journal`, short_name: `Sol Journal`, - start_url: `/login/app`, + start_url: `/`, background_color: `#FFF`, theme_color: `#FFF`, display: `standalone`,