diff --git a/app/views/pwa/manifest.json.erb b/app/views/pwa/manifest.json.erb index c30714c8b..2332f565a 100644 --- a/app/views/pwa/manifest.json.erb +++ b/app/views/pwa/manifest.json.erb @@ -18,7 +18,7 @@ "purpose": "maskable" } ], - "start_url": "<%= root_url %>", + "start_url": "<%= root_path %>", "display": "standalone", "scope": "/", "description": "Card-up the biggest issues in your projects", @@ -33,7 +33,7 @@ { "name": "Latest Activity", "description": "See what’s new", - "url": "<%= root_url %>", + "url": "<%= root_path %>", "icons": [{ "src": "<%= image_url("activity.svg") %>", "sizes": "any" }] } ],