|
@@ -12,7 +12,9 @@ export default {
|
|
|
{ hid: 'description', name: 'description', content: process.env.npm_package_description || '' }
|
|
|
],
|
|
|
link: [
|
|
|
- { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
|
|
|
+ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
|
|
|
+ { rel: 'stylesheet', href: '/css/all.css' },
|
|
|
+ { rel: 'stylesheet', href: '/css/default.css' }
|
|
|
]
|
|
|
},
|
|
|
/*
|