How to change favicon?
How do I change favicon in vue storefront?
I have added favicon.png to static folder and this is what I have added in nuxt.config.js:
link: [
{
rel: "icon",
type: "image/x-icon",
href: "/favicon.png",
},
{
rel: "shortcut icon",
type: "image/x-icon",
href: "/favicon.png",
},
]
0 Replies