This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new a1c22e7 make start url app relative
a1c22e7 is described below
commit a1c22e74f166b4ea4c6816ecb9f1dc17d589fde9
Author: Sam Ruby <[email protected]>
AuthorDate: Sun Jun 10 11:53:55 2018 -0400
make start url app relative
---
www/board/agenda/views/manifest.json.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/views/manifest.json.erb
b/www/board/agenda/views/manifest.json.erb
index 9ce436d..5b5d237 100644
--- a/www/board/agenda/views/manifest.json.erb
+++ b/www/board/agenda/views/manifest.json.erb
@@ -18,7 +18,7 @@
"sizes": "512x512"
}
],
- "start_url": "/latest/",
+ "start_url": "latest/",
"background_color": "#FFF",
"display": "standalone"
}
--
To stop receiving notification emails like this one, please contact
[email protected].