Commit 89124a38 by tangjiale

更新

parent c0f536c8
......@@ -68,7 +68,8 @@ module.exports = {
name: 'viewport',
content: 'width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0'
},
{hid: 'description', name: 'description', content: pkg.description},
{
hid: 'description', name: 'description', content: pkg.description},
{
name: 'robots',
content: 'index,follow'
......@@ -81,7 +82,7 @@ module.exports = {
link: [ {
rel: 'icon',
// type: 'image/x-icon',
href: 'images/favicon.ico'
href: 'assets/images/favicon.ico'
} ],
script: ENV_SCRIPT[ envValue ]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment