fix logo url/path

This commit is contained in:
lesion
2022-06-23 15:51:03 +02:00
parent 7255e791e8
commit 8c2acbf15d
2 changed files with 2 additions and 2 deletions

View File

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