fix logo url/path
This commit is contained in:
@@ -33,7 +33,8 @@ export default {
|
||||
return {
|
||||
htmlAttrs: {
|
||||
lang: this.locale
|
||||
}
|
||||
},
|
||||
link: [{ rel: 'icon', type: 'image/png', href: this.settings.baseurl + '/logo.png' }],
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
||||
@@ -13,7 +13,6 @@ module.exports = {
|
||||
{ charset: 'utf-8' },
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
|
||||
],
|
||||
link: [{ rel: 'icon', type: 'image/png', href: config.baseurl + '/logo.png' }],
|
||||
script: [{ src: '/gancio-events.es.js', async: true, body: true }],
|
||||
},
|
||||
dev: isDev,
|
||||
|
||||
Reference in New Issue
Block a user