remove to-ico dependency, use png favicon

This commit is contained in:
les
2021-07-28 10:02:04 +02:00
parent 4b3f842546
commit 45a22b094a
10 changed files with 33 additions and 94 deletions

View File

@@ -65,7 +65,7 @@ export default {
{ hid: 'og-description', name: 'og:description', content: this.settings.description },
{ hid: 'og-title', property: 'og:title', content: this.settings.title },
{ hid: 'og-url', property: 'og:url', content: this.settings.baseurl },
{ property: 'og:image', content: this.settings.baseurl + '/favicon.ico' }
{ property: 'og:image', content: this.settings.baseurl + '/logo.png' }
],
link: [
{ rel: 'alternate', type: 'application/rss+xml', title: this.settings.title, href: this.settings.baseurl + '/feed/rss' }