Skip to content

Commit

Permalink
use relative start_url in pwa manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Vanya A. Sergeev <[email protected]>
  • Loading branch information
stephen304 authored and vsergeev committed Jul 9, 2024
1 parent d4aef56 commit 858499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "briefsky",
"short_name": "briefsky",
"start_url": "https://briefsky.app/?storage=local",
"start_url": "/?storage=local",
"display": "standalone",
"background_color": "#f9fafb",
"description": "A free weather frontend to a variety of weather providers.",
Expand Down

0 comments on commit 858499f

Please sign in to comment.