Skip to content

Commit a9180b7

Browse files
authored
fix: add missing start_url to webmanifest (#1043)
It seems that right now without `start_url` the PWA is not installable. This should hopefully fix the issue.
1 parent f074b30 commit a9180b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/site.webmanifest

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"type": "image/png"
1414
}
1515
],
16+
"start_url": "/?utm_source=a2hs",
1617
"theme_color": "#333333",
1718
"background_color": "#333333",
1819
"display": "standalone"

0 commit comments

Comments
 (0)