|
|
|
@ -46,7 +46,7 @@ module.exports = function(Meta) {
|
|
|
|
var defaultLinks = [{
|
|
|
|
var defaultLinks = [{
|
|
|
|
rel: "icon",
|
|
|
|
rel: "icon",
|
|
|
|
type: "image/x-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",
|
|
|
|
rel: "manifest",
|
|
|
|
href: nconf.get('relative_path') + '/manifest.json'
|
|
|
|
href: nconf.get('relative_path') + '/manifest.json'
|
|
|
|
|