Skip to content

Commit 2d84c9d

Browse files
cyrilletuzidgp1130
authored andcommitted
fix(@angular/pwa): use relative paths in webmanifest
(cherry picked from commit d30f251)
1 parent 3e444fb commit 2d84c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular/pwa/pwa/files/root/manifest.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"theme_color": "#1976d2",
55
"background_color": "#fafafa",
66
"display": "standalone",
7-
"scope": "/",
8-
"start_url": "/",
7+
"scope": "./",
8+
"start_url": "./",
99
"icons": [
1010
{
1111
"src": "assets/icons/icon-72x72.png",

0 commit comments

Comments
 (0)