Skip to content

Commit

Permalink
fix(public): set manifest.json property 'start_url' to absolute url
Browse files Browse the repository at this point in the history
https://developer.mozilla.org/en-US/docs/Web/Manifest/start_url

```
Manifest: property 'start_url' ignored, URL is invalid.
```
  • Loading branch information
remarkablemark committed Nov 27, 2023
1 parent 393d351 commit 16f8b8b
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
Expand Up @@ -18,7 +18,7 @@
"sizes": "512x512"
}
],
"start_url": "/",
"start_url": "https://lilboards.org",
"display": "standalone",
"theme_color": "#364fc7",
"background_color": "#ffffff"
Expand Down

0 comments on commit 16f8b8b

Please sign in to comment.