Skip to content

Commit

Permalink
Update start_url for the PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikniebur committed Sep 12, 2023
1 parent a7d0a08 commit 616e1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Little experiment with browser APIs - Studio to build up your exercise routine and navigate it easily while you exercise",
"theme_color": "#1A202C",
"background_color": "#1A202C",
"id": "/index.html",
"start_url": "/index.html",
"id": "index.html",
"start_url": "index.html",
"display": "standalone",
"icons": [
{
Expand Down

0 comments on commit 616e1e9

Please sign in to comment.