Skip to content

Commit

Permalink
fix: manifest start_url to use relative path instead of root path
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet-jordan committed Jan 5, 2025
1 parent 4fab22c commit 43473be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
}
],
"id": "/",
"start_url": "/",
"start_url": ".",
"background_color": "#212121",
"display": "minimal-ui",
"scope": "/",
"theme_color": "#212121"
}

0 comments on commit 43473be

Please sign in to comment.