Skip to content

Commit 9232e75

Browse files
authored
Merge pull request #44 from chytanka/develop
fix: update scope and start_url in webmanifest files for correct path…
2 parents dbd66f1 + 3cc460d commit 9232e75

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/manifest-uk.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"background_color": "#002741",
1212
"display_override": ["standalone", "minimal-ui"],
1313
"display": "standalone",
14-
"scope": "./",
15-
"start_url": "./",
14+
"scope": "/",
15+
"start_url": "/",
1616
"icons": [
1717
{
1818
"src": "assets/icons/icon-72x72.png",

src/manifest.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"background_color": "#002741",
1212
"display_override": ["standalone", "minimal-ui"],
1313
"display": "standalone",
14-
"scope": "./",
15-
"start_url": "./",
14+
"scope": "/",
15+
"start_url": "/",
1616
"icons": [
1717
{
1818
"src": "assets/icons/icon-72x72.png",

0 commit comments

Comments
 (0)