feat: nuxtodon logo (#32)

This commit is contained in:
patak 2022-11-23 13:04:45 +01:00 committed by GitHub
parent 0befc5169b
commit 674879cb7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View file

@ -3,7 +3,7 @@ useHead({
title: 'Nuxtodon',
link: [
{
rel: 'icon', type: 'image/png', href: '/nuxt.png',
rel: 'icon', type: 'image/svg+xml', href: '/nuxtodon.svg',
},
],
})