Skip to content

Commit

Permalink
fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Apr 29, 2024
1 parent 51cc93c commit 60b0be0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ useSeoMeta({
useHead({
title: () => app.$i18n.t('server.name'),
link: [
{
rel: 'icon',
type: 'image/png',
href: '/favicon.png',
},
],
})
</script>

Expand Down

0 comments on commit 60b0be0

Please sign in to comment.