Add Apple touch icon, fix #200

This commit is contained in:
lesion
2022-11-06 00:19:13 +01:00
parent 3778f5e7c0
commit 005762d8a8

View File

@@ -78,6 +78,7 @@ export default {
{ property: 'og:image', content: this.settings.baseurl + '/logo.png' }
],
link: [
{ rel: 'apple-touch-icon', href: this.settings.baseurl + '/logo.png' },
{ rel: 'alternate', type: 'application/rss+xml', title: this.settings.title, href: this.settings.baseurl + '/feed/rss' },
{ rel: 'alternate', type: 'text/calendar', title: this.settings.title, href: this.settings.baseurl + '/feed/ics' }
]