Skip to content

Commit

Permalink
fix: update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenrinzema committed Oct 4, 2023
1 parent 59b152d commit 222d21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ useHead({
link: [
{
rel: 'icon',
type: 'image/png',
href: '/favicon.png'
type: 'image/x-icon',
href: '/favicon.ico'
}
]
})
Expand Down

0 comments on commit 222d21a

Please sign in to comment.