fix: adjust start_url to attempt PWA connection issues

This commit is contained in:
Kyle Gill
2019-05-29 20:52:59 -06:00
parent 954710f170
commit 4ebe1ec1de

View File

@@ -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`,