add text/calendar alternate to home page

This commit is contained in:
lesion 2022-06-11 12:00:47 +02:00
parent e0d2f6c231
commit 44ed5881cc
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -68,7 +68,8 @@ export default {
{ 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' }
{ 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' }
]
}
},