fix logo url/path

This commit is contained in:
lesion 2022-06-23 15:51:03 +02:00
parent 7255e791e8
commit 8c2acbf15d
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,8 @@ export default {
return { return {
htmlAttrs: { htmlAttrs: {
lang: this.locale lang: this.locale
} },
link: [{ rel: 'icon', type: 'image/png', href: this.settings.baseurl + '/logo.png' }],
} }
}, },
data () { data () {

View file

@ -13,7 +13,6 @@ module.exports = {
{ charset: 'utf-8' }, { charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' } { 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 }], script: [{ src: '/gancio-events.es.js', async: true, body: true }],
}, },
dev: isDev, dev: isDev,