diff --git a/app.vue b/app.vue index 84c2cb97..4da1a387 100644 --- a/app.vue +++ b/app.vue @@ -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', }, ], }) diff --git a/components/nav/NavTitle.vue b/components/nav/NavTitle.vue index b05861df..eaa60ad6 100644 --- a/components/nav/NavTitle.vue +++ b/components/nav/NavTitle.vue @@ -1,6 +1,6 @@