From 3bed4da3c5b7eb4757b53d949301c3a56dcda33b Mon Sep 17 00:00:00 2001 From: Spencer Pincott Date: Wed, 31 Aug 2022 19:30:07 -0400 Subject: [PATCH] Fix pwa support --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 5ea3fb9..3c4b54f 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: `/app`, + start_url: `/login/app`, background_color: `#FFF`, theme_color: `#FFF`, display: `standalone`,