diff --git a/app/views/layouts/shared/_head.html.erb b/app/views/layouts/shared/_head.html.erb
index 4b342fd70..d13ee7ea1 100644
--- a/app/views/layouts/shared/_head.html.erb
+++ b/app/views/layouts/shared/_head.html.erb
@@ -18,7 +18,7 @@
<%= tenanted_action_cable_meta_tag %>
<%= yield :head %>
-
+
diff --git a/app/views/pwa/manifest.json.erb b/app/views/pwa/manifest.json.erb
index 3ff58f971..c30714c8b 100644
--- a/app/views/pwa/manifest.json.erb
+++ b/app/views/pwa/manifest.json.erb
@@ -18,7 +18,7 @@
"purpose": "maskable"
}
],
- "start_url": "/",
+ "start_url": "<%= root_url %>",
"display": "standalone",
"scope": "/",
"description": "Card-up the biggest issues in your projects",
@@ -27,13 +27,13 @@
{
"name": "Notifications",
"description": "Catch up on recent notifications",
- "url": "/notifications",
+ "url": "<%= notifications_path %>",
"icons": [{ "src": "<%= image_url("bell.svg") %>", "sizes": "any" }]
},
{
"name": "Latest Activity",
"description": "See what’s new",
- "url": "/",
+ "url": "<%= root_url %>",
"icons": [{ "src": "<%= image_url("activity.svg") %>", "sizes": "any" }]
}
],