Nuxt3 favicon
Does Nuxt3 automatically all types of favicons? If not where is the documentation regarding favicons.
I exported my favicons in all types like apple and android and would like them to be used.
3 Replies
I just use an svg in my projects, so its scalable to any size
nuxtConfig:
Put the image in the
/public
dir
https://nuxt.com/docs/api/nuxt-config#headif you want tags to be automatically generated for icons you can use Nuxt SEO Experiments