mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-01 12:20:07 +01:00
added cache buster to favicon
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports = function(Meta) {
|
||||
var defaultLinks = [{
|
||||
rel: "icon",
|
||||
type: "image/x-icon",
|
||||
href: nconf.get('relative_path') + '/favicon.ico'
|
||||
href: nconf.get('relative_path') + '/favicon.ico?' + Meta.config['cache-buster']
|
||||
}, {
|
||||
rel: "manifest",
|
||||
href: nconf.get('relative_path') + '/manifest.json'
|
||||
|
||||
Reference in New Issue
Block a user