Skip to content

Commit

Permalink
fix: webmanifest urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Hodossy, Szabolcs committed Oct 13, 2020
1 parent 0ec2bb8 commit 5433ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"theme_color": "#e91e63",
"background_color": "#2c3e50",
"display": "fullscreen",
"scope": "/",
"start_url": "/whostarts",
"scope": "/whostarts/",
"start_url": "/whostarts/",
"icons": [
{
"src": "assets/icons/icon-72x72.png",
Expand Down

0 comments on commit 5433ae3

Please sign in to comment.