Skip to content
Discussion options

You must be logged in to vote

Looks like this is a case where https://unhead.unjs.io/ is taking over. Started looking at useHead and was directed there. From there it was easy to do this:

useHead({
  link: [
    { rel: 'icon', href: `/favicon-16x16.png` },
    { rel: 'icon', href: `/favicon-32x32.png` }
  ]
})

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by peterh-capella
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant