Skip to content

Commit

Permalink
Fix manifest when traggo is served on a subdirectory
Browse files Browse the repository at this point in the history
Fixes #136
  • Loading branch information
jmattheis committed Jan 31, 2023
1 parent a591539 commit b707a27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"theme_color": "#9bd7fe",
"background_color": "#3f51b5",
"display": "standalone",
"scope": "/",
"start_url": "/",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "/favicon-16x16.png",
Expand All @@ -26,4 +26,4 @@
"type": "image/png"
}
]
}
}

0 comments on commit b707a27

Please sign in to comment.