Skip to content

Commit

Permalink
fix: add missing start_url to webmanifest (#1043)
Browse files Browse the repository at this point in the history
It seems that right now without `start_url` the PWA is not installable.
This should hopefully fix the issue.
  • Loading branch information
XhmikosR committed Apr 20, 2024
1 parent f074b30 commit a9180b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"type": "image/png"
}
],
"start_url": "/?utm_source=a2hs",
"theme_color": "#333333",
"background_color": "#333333",
"display": "standalone"
Expand Down

0 comments on commit a9180b7

Please sign in to comment.