@ -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'