mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
fixed subfolder installs again (a bit), also stopped apple-touch-icon from clobbering /apple-touch-icon
This commit is contained in:
@@ -172,7 +172,7 @@ middleware.renderHeader = function(req, res, callback) {
|
||||
}],
|
||||
defaultLinkTags = [{
|
||||
rel: 'apple-touch-icon',
|
||||
href: '/apple-touch-icon'
|
||||
href: nconf.get('relative_path') + '/apple-touch-icon'
|
||||
}],
|
||||
templateValues = {
|
||||
bootswatchCSS: meta.config['theme:src'],
|
||||
|
||||
Reference in New Issue
Block a user