mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 13:20:41 +01:00
fix: manifest - use absolute URL for start_url
This commit is contained in:
@@ -248,7 +248,7 @@ Controllers.manifest = function (req, res, next) {
|
||||
var manifest = {
|
||||
name: meta.config.title || 'NodeBB',
|
||||
short_name: meta.config['title:short'] || meta.config.title || 'NodeBB',
|
||||
start_url: nconf.get('relative_path') + '/',
|
||||
start_url: nconf.get('url'),
|
||||
display: 'standalone',
|
||||
orientation: 'portrait',
|
||||
theme_color: meta.config.themeColor || '#ffffff',
|
||||
|
||||
Reference in New Issue
Block a user