Skip to content

Commit

Permalink
fix(@angular/pwa): use relative paths in webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilletuzi authored and dgp1130 committed Feb 25, 2020
1 parent 826803d commit d30f251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/angular/pwa/pwa/files/root/manifest.webmanifest
Expand Up @@ -4,8 +4,8 @@
"theme_color": "#1976d2",
"background_color": "#fafafa",
"display": "standalone",
"scope": "/",
"start_url": "/",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "assets/icons/icon-72x72.png",
Expand Down

0 comments on commit d30f251

Please sign in to comment.