Fix pwa support

This commit is contained in:
Spencer Pincott
2022-08-31 19:30:07 -04:00
parent 82adb068c4
commit 3bed4da3c5

View File

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